Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp273 bool Sema::isAcceptableNestedNameSpecifier(NamedDecl *SD) { in isAcceptableNestedNameSpecifier() function in Sema
324 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()
389 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
541 if (isAcceptableNestedNameSpecifier(SD)) { in BuildCXXNestedNameSpecifier()
560 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
DSemaCodeComplete.cpp1049 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
/external/clang/include/clang/Sema/
DSema.h3637 bool isAcceptableNestedNameSpecifier(NamedDecl *SD);