Home
last modified time | relevance | path

Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp315 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema
378 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()
439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
650 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier()
677 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
H A DSemaCodeComplete.cpp1142 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5388 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,