Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1121 unsigned NumScopes = 0; variable
1224 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1121 unsigned NumScopes = 0; variable
1129 ++NumScopes; in Enter()
1132 while (NumScopes) { in Exit()
1134 --NumScopes; in Exit()