Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
349 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema412 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()429 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()644 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()671 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
1563 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
7067 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,