Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3435 bool SawError = false; in ParseExpressionList() local
3458 SawError = true; in ParseExpressionList()
3463 SawError = true; in ParseExpressionList()
3478 if (SawError) { in ParseExpressionList()
3486 return SawError; in ParseExpressionList()