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

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h202 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
203 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp129 Scope *getCurScope() { return Stack.back().CurScope; } function in class:__anon3301::DSAStackTy
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h231 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7992 Scope *getCurScope() const { return CurScope; } function in class:clang::Sema

Completed in 217 milliseconds