Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1142 unsigned NumScopes = 0; variable
1244 unsigned allocateScope() { return ++NumScopes; } in allocateScope()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h434 unsigned NumScopes = 0; variable
442 ++NumScopes; in Enter()
445 while (NumScopes) { in Exit()
447 --NumScopes; in Exit()