Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function
203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h247 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp229 Scope *getCurScope() const { return Stack.back().CurScope; } in getCurScope() function in __anon8add7ef70111::DSAStackTy
230 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anon8add7ef70111::DSAStackTy
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8696 Scope *getCurScope() const { return CurScope; } in getCurScope() function