Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1134 unsigned NumScopes = 0; variable
1237 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1175 unsigned NumScopes = 0; variable
1183 ++NumScopes; in Enter()
1186 while (NumScopes) { in Exit()
1188 --NumScopes; in Exit()