Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6997 ParmVarDecl::getMaxFunctionScopeDepth()) { in ParseParameterDeclarationClause()
6999 << ParmVarDecl::getMaxFunctionScopeDepth(); in ParseParameterDeclarationClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1735 static constexpr unsigned getMaxFunctionScopeDepth() { in getMaxFunctionScopeDepth() function