Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp69 for (FunctionScopeInfo *FSI : getFunctionScopes()) { in getTemplateDepth()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h803 ArrayRef<sema::FunctionScopeInfo*> getFunctionScopes() const { in getFunctionScopes() function