Home
last modified time | relevance | path

Searched refs:wasNotFoundInCurrentInstantiation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h495 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp727 if (!R.empty() || R.wasNotFoundInCurrentInstantiation()) in LookupMemberExprInRecord()
988 if (R.wasNotFoundInCurrentInstantiation() || in BuildMemberReferenceExpr()
H A DSemaTemplate.cpp218 MemberOfUnknownSpecialization = R.wasNotFoundInCurrentInstantiation(); in isTemplateName()
453 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
477 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
4466 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in BuildQualifiedTemplateIdExpr()
4659 Result.wasNotFoundInCurrentInstantiation()) { in CheckTemplateTypeArgument()
H A DSemaExpr.cpp2711 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()
2721 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()
2879 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in BuildQualifiedDeclarationNameExpr()
H A DSemaDecl.cpp17225 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()