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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopedHashTable.h 209 ScopeTy *getCurScope() { return CurScope; }
210 const ScopeTy *getCurScope() const { return CurScope; }
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 442 Scope *getCurScope() const { return Actions.getCurScope(); }
2935 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2942 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12718 Scope *getCurScope() const { return CurScope; }

Completed in 41 milliseconds