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.cpp882 if (R.wasNotFoundInCurrentInstantiation() || in BuildMemberReferenceExpr()
H A DSemaTemplate.cpp215 MemberOfUnknownSpecialization = R.wasNotFoundInCurrentInstantiation(); in isTemplateName()
450 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
474 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
4846 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in BuildQualifiedTemplateIdExpr()
5040 Result.wasNotFoundInCurrentInstantiation()) { in CheckTemplateTypeArgument()
H A DSemaExpr.cpp2780 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()
2790 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()
2926 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in BuildQualifiedDeclarationNameExpr()
H A DSemaDecl.cpp17731 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()