Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp36 PrototypeDepth = parent->PrototypeDepth; in setFlags()
49 PrototypeDepth = 0; in setFlags()
72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h158 unsigned short PrototypeDepth; variable
269 return PrototypeDepth; in getFunctionPrototypeDepth()