Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h209 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h442 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12718 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp919 Scope *getCurScope() const { in getCurScope() function in __anon5b04668f0111::DSAStackTy