Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h443 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h12824 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp919 Scope *getCurScope() const { in getCurScope() function in __anond5e91e5c0111::DSAStackTy