Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3424 bool NeedAnExpression = (Kind == OMPC_schedule && DelimLoc.isValid()) || in ParseOpenMPSingleExprWithArgClause() local
3427 if (NeedAnExpression) { in ParseOpenMPSingleExprWithArgClause()
3440 if (NeedAnExpression && Val.isInvalid()) in ParseOpenMPSingleExprWithArgClause()