Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp35 PrototypeDepth = parent->PrototypeDepth; in setFlags()
52 PrototypeDepth = 0; in setFlags()
78 PrototypeDepth++; in setFlags()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h188 unsigned short PrototypeDepth; variable
327 return PrototypeDepth; in getFunctionPrototypeDepth()