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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1093 unsigned short OuterPC = ParenCount; local
1098 auto FinishSelector = [OuterPC, this]() -> void {
1105 if (Tok.is(tok::r_paren) && OuterPC > ParenCount)
1107 if (OuterPC <= ParenCount) {

Completed in 194 milliseconds