Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h268 unsigned getFunctionPrototypeDepth() const { in getFunctionPrototypeDepth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12445 assert(S->getFunctionPrototypeDepth() >= 1); in ActOnParamDeclarator()
12446 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()