Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
328 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema391 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()453 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()668 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()695 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1505 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
6915 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,