Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h326 unsigned getFunctionPrototypeDepth() const { in getFunctionPrototypeDepth() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7829 if (getCurScope()->getFunctionPrototypeDepth() - 1 > in ParseParameterDeclarationClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14984 assert(S->getFunctionPrototypeDepth() >= 1); in ActOnParamDeclarator()
14985 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()