Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1121 unsigned NumScopes = 0; variable
1224 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1120 unsigned NumScopes = 0; variable
1128 ++NumScopes; in Enter()
1131 while (NumScopes) { in Exit()
1133 --NumScopes; in Exit()