Searched defs:getCurScope (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h202 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
203 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/external/clang/include/clang/Parse/
H A DParser.h230 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2014 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2021 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/external/clang/include/clang/Sema/
H A DSema.h7778 Scope *getCurScope() const { return CurScope; } function in class:clang::Sema

Completed in 182 milliseconds