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

/external/clang/include/clang/Sema/
H A DScope.h247 unsigned getFunctionPrototypeDepth() const { function in class:clang::Scope
/external/clang/lib/Sema/
H A DSemaDecl.cpp9530 assert(S->getFunctionPrototypeDepth() >= 1);
9531 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1,

Completed in 1025 milliseconds