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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2987 bool NeedAnExpression = (Kind == OMPC_schedule && DelimLoc.isValid()) || local
2990 if (NeedAnExpression) {
3003 if (NeedAnExpression && Val.isInvalid())

Completed in 114 milliseconds