Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3399 bool SawError = false; in ParseExpressionList() local
3422 SawError = true; in ParseExpressionList()
3427 SawError = true; in ParseExpressionList()
3443 if (SawError) { in ParseExpressionList()
3451 return SawError; in ParseExpressionList()