Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
251 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD) { in isAcceptableNestedNameSpecifier() function in Sema302 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()367 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()518 if (isAcceptableNestedNameSpecifier(SD)) { in BuildCXXNestedNameSpecifier()540 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1106 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
4346 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD);