Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp35 PrototypeDepth = parent->PrototypeDepth; in setFlags()
51 PrototypeDepth = 0; in setFlags()
74 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h171 unsigned short PrototypeDepth; variable
303 return PrototypeDepth; in getFunctionPrototypeDepth()