Searched refs:wasNotFoundInCurrentInstantiation (Results 1 – 5 of 5) sorted by relevance
495 bool wasNotFoundInCurrentInstantiation() const { in wasNotFoundInCurrentInstantiation() function
727 if (!R.empty() || R.wasNotFoundInCurrentInstantiation()) in LookupMemberExprInRecord()988 if (R.wasNotFoundInCurrentInstantiation() || in BuildMemberReferenceExpr()
218 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()
2711 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()2721 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in ActOnIdExpression()2879 if (R.wasNotFoundInCurrentInstantiation() || SS.isInvalid()) in BuildQualifiedDeclarationNameExpr()
17225 if (Previous.wasNotFoundInCurrentInstantiation() && in ActOnTag()