Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema377 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()649 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()676 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1119 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
4940 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,