Lines Matching refs:HasError
1516 bool HasError = false; in parseOpenMPAppendArgs() local
1534 HasError = true; in parseOpenMPAppendArgs()
1542 if (!HasError && InteropInfos.empty()) { in parseOpenMPAppendArgs()
1543 HasError = true; in parseOpenMPAppendArgs()
1548 HasError = T.consumeClose() || HasError; in parseOpenMPAppendArgs()
1549 return HasError; in parseOpenMPAppendArgs()
3474 bool HasError = false; in ParseOMPInteropInfo() local
3502 HasError = true; in ParseOMPInteropInfo()
3514 HasError = true; in ParseOMPInteropInfo()
3524 HasError = true; in ParseOMPInteropInfo()
3533 if (!HasError && !IsTarget && !IsTargetSync) { in ParseOMPInteropInfo()
3535 HasError = true; in ParseOMPInteropInfo()
3550 return HasError; in ParseOMPInteropInfo()