Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h247 unsigned getFunctionPrototypeDepth() const { in getFunctionPrototypeDepth() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp9897 assert(S->getFunctionPrototypeDepth() >= 1); in ActOnParamDeclarator()
9898 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()