HomeSort by: relevance | last modified time | path
    Searched refs:isAcceptableNestedNameSpecifier (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD,
377 if (isAcceptableNestedNameSpecifier(Result))
439 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
654 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
681 if (isAcceptableNestedNameSpecifier(OuterDecl) &&
SemaCodeComplete.cpp 1470 return SemaRef.isAcceptableNestedNameSpecifier(ND);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6402 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,

Completed in 59 milliseconds