Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp35 PrototypeDepth = parent->PrototypeDepth; in setFlags()
48 PrototypeDepth = 0; in setFlags()
71 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h166 unsigned short PrototypeDepth; variable
288 return PrototypeDepth; in getFunctionPrototypeDepth()