Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h502 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h803 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1005 Scope *getCurScope() const { in getCurScope() function in __anon1dd12e440111::DSAStackTy