Searched refs:SawError (Results 1 – 2 of 2) sorted by relevance
3655 bool SawError = false; in ParseExpressionList() local3678 SawError = true; in ParseExpressionList()3683 SawError = true; in ParseExpressionList()3698 if (SawError) { in ParseExpressionList()3706 return SawError; in ParseExpressionList()
459 bool SawError = false; in ParseAttributeArgumentList() local481 SawError = true; in ParseAttributeArgumentList()487 SawError = true; in ParseAttributeArgumentList()492 SawError = true; in ParseAttributeArgumentList()507 if (SawError) { in ParseAttributeArgumentList()516 return SawError; in ParseAttributeArgumentList()2860 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes() local2862 if (SawError) { in ParseDeclarationAfterDeclaratorAndAttributes()