Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h255 unsigned getFunctionPrototypeDepth() const { in getFunctionPrototypeDepth() function
/external/clang/lib/Sema/
DSemaDecl.cpp10005 assert(S->getFunctionPrototypeDepth() >= 1); in ActOnParamDeclarator()
10006 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()