Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp36 PrototypeDepth = parent->PrototypeDepth; in Init()
48 PrototypeDepth = 0; in Init()
69 if (flags & FunctionPrototypeScope) PrototypeDepth++; in Init()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h140 unsigned short PrototypeDepth; variable
248 return PrototypeDepth; in getFunctionPrototypeDepth()