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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 1020 bool Sema::ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 5392 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
5957 if (Actions.ShouldEnterDeclaratorScope(getCurScope(),
6037 Actions.ShouldEnterDeclaratorScope(getCurScope(),
6121 Actions.ShouldEnterDeclaratorScope(getCurScope(),
ParseExprCXX.cpp 2983 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6549 bool ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS);

Completed in 47 milliseconds