Searched refs:OuterBC (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1263 auto OuterBC = BraceCount; local
1268 auto FinishSelectorSet = [this, OuterBC]() -> void {
1275 if (Tok.is(tok::r_brace) && OuterBC > BraceCount)
1277 if (OuterBC <= BraceCount) {

Completed in 122 milliseconds