Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp36 PrototypeDepth = parent->PrototypeDepth; in Init()
49 PrototypeDepth = 0; in Init()
72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
/external/clang/include/clang/Sema/
DScope.h148 unsigned short PrototypeDepth; variable
256 return PrototypeDepth; in getFunctionPrototypeDepth()