Home
last modified time | relevance | path

Searched refs:getFunctionScopes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4555 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(getFunctionScopes().back()); in addInstantiatedLocalVarsToScope()
H A DSemaTemplate.cpp73 for (FunctionScopeInfo *FSI : getFunctionScopes()) { in getTemplateDepth()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11055 ArrayRef<sema::FunctionScopeInfo *> getFunctionScopes() const { in getFunctionScopes() function