Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp68 for (FunctionScopeInfo *FSI : getFunctionScopes()) { in getTemplateDepth()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h802 ArrayRef<sema::FunctionScopeInfo*> getFunctionScopes() const { in getFunctionScopes() function