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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp289 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, function in class:Sema
350 if (isAcceptableNestedNameSpecifier(Result))
415 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
620 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
647 if (isAcceptableNestedNameSpecifier(OuterDecl) &&
H A DSemaCodeComplete.cpp1102 return SemaRef.isAcceptableNestedNameSpecifier(ND);
/external/clang/include/clang/Sema/
H A DSema.h4823 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,

Completed in 89 milliseconds