Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1129 unsigned NumScopes = 0; variable
1232 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1155 unsigned NumScopes = 0; variable
1163 ++NumScopes; in Enter()
1166 while (NumScopes) { in Exit()
1168 --NumScopes; in Exit()