Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h209 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h209 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/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/include/clang/Parse/
DParser.h257 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/external/llvm-project/clang/include/clang/Parse/
DParser.h440 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/external/clang/lib/Sema/
DSemaOpenMP.cpp322 Scope *getCurScope() const { return Stack.back().CurScope; } in getCurScope() function in __anon756b9f4d0111::DSAStackTy
323 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anon756b9f4d0111::DSAStackTy
/external/clang/include/clang/Sema/
DSema.h9561 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h12488 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp918 Scope *getCurScope() const { in getCurScope() function in __anon0bb9e2bb0111::DSAStackTy