Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h287 unsigned getFunctionPrototypeDepth() const { in getFunctionPrototypeDepth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6802 if (getCurScope()->getFunctionPrototypeDepth() - 1 > in ParseParameterDeclarationClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13733 assert(S->getFunctionPrototypeDepth() >= 1); in ActOnParamDeclarator()
13734 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()