Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp65 for (FunctionScopeInfo *FSI : getFunctionScopes()) { in getTemplateDepth()
/external/llvm-project/clang/include/clang/Sema/
DSema.h680 ArrayRef<sema::FunctionScopeInfo*> getFunctionScopes() const { in getFunctionScopes() function