Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
315 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema378 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()650 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()677 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1142 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
5388 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,