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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, function in class:Sema
377 if (isAcceptableNestedNameSpecifier(Result))
439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
654 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
681 if (isAcceptableNestedNameSpecifier(OuterDecl) &&
H A DSemaCodeComplete.cpp1428 return SemaRef.isAcceptableNestedNameSpecifier(ND);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5919 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,

Completed in 201 milliseconds