Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h453 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13742 Scope *getCurScope() const { return CurScope; } in getCurScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp977 Scope *getCurScope() const { in getCurScope() function in __anon7e4ded5b0111::DSAStackTy