Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1129 unsigned NumScopes = 0; variable
1232 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1137 unsigned NumScopes = 0; variable
1145 ++NumScopes; in Enter()
1148 while (NumScopes) { in Exit()
1150 --NumScopes; in Exit()