Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1124 unsigned NumScopes = 0; variable
1226 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1211 unsigned NumScopes = 0; variable
1219 ++NumScopes; in Enter()
1222 while (NumScopes) { in Exit()
1224 --NumScopes; in Exit()