Home
last modified time | relevance | path

Searched defs:getCurScope (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DScopedHashTable.h202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/external/clang/lib/Sema/
DSemaOpenMP.cpp193 Scope *getCurScope() const { return Stack.back().CurScope; } in getCurScope() function in __anonc48eae3d0111::DSAStackTy
194 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anonc48eae3d0111::DSAStackTy
/external/clang/include/clang/Parse/
DParser.h246 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/external/clang/include/clang/Sema/
DSema.h8380 Scope *getCurScope() const { return CurScope; } in getCurScope() function