Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
319 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema378 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()395 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()579 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()606 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1570 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
2799 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,