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

/external/clang/lib/Sema/
H A DScope.cpp36 PrototypeDepth = parent->PrototypeDepth;
48 PrototypeDepth = 0;
69 if (flags & FunctionPrototypeScope) PrototypeDepth++;
/external/clang/include/clang/Sema/
H A DScope.h138 /// PrototypeDepth - This is the number of function prototype scopes
140 unsigned short PrototypeDepth; member in class:clang::Scope
248 return PrototypeDepth;

Completed in 88 milliseconds