Searched refs:ErrorFound (Results 1 – 2 of 2) sorted by relevance
262 bool ErrorFound = false; in ParseOpenMPClause() local267 ErrorFound = true; in ParseOpenMPClause()299 return ErrorFound ? 0 : Clause; in ParseOpenMPClause()
580 bool ErrorFound; member in __anone77686560311::DSAAttrChecker605 ErrorFound = true; in VisitDeclRefExpr()639 bool isErrorFound() { return ErrorFound; } in isErrorFound()643 : Stack(S), Actions(Actions), ErrorFound(false), CS(CS) { } in DSAAttrChecker()665 bool ErrorFound = false; in ActOnOpenMPExecutableDirective() local672 ErrorFound = cast<OMPFirstprivateClause>(Implicit)->varlist_size() != in ActOnOpenMPExecutableDirective()675 ErrorFound = true; in ActOnOpenMPExecutableDirective()691 if (ErrorFound) return StmtError(); in ActOnOpenMPExecutableDirective()