Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp349 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() function in Sema
412 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()
H A DSemaCodeComplete.cpp1563 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7067 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,