Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h1169 unsigned NumScopes = 0; variable
1272 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/external/llvm-project/clang/include/clang/Parse/
DParser.h1117 unsigned NumScopes = 0; variable
1125 ++NumScopes; in Enter()
1128 while (NumScopes) { in Exit()
1130 --NumScopes; in Exit()