Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
285 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD) { in isAcceptableNestedNameSpecifier() function in Sema336 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()401 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()602 if (isAcceptableNestedNameSpecifier(SD)) { in BuildCXXNestedNameSpecifier()624 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1105 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
4635 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD);