Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h208 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
209 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/llvm-project/clang/include/clang/Parse/
H A DParser.h502 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h802 Scope *getCurScope() const { return CurScope; } getCurScope() function
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1004 Scope *getCurScope() const { getCurScope() function in __anona1d9ac770111::DSAStackTy
[all...]