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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h209 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
210 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h414 Scope *getCurScope() const { return Actions.getCurScope(); } function in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11936 Scope *getCurScope() const { return CurScope; } function

Completed in 98 milliseconds