Lines Matching defs:DiagId
11332 /// expression. If DiagId and NoteId == 0, then only check is performed
11334 /// \param DiagId Diagnostic which should be emitted if error is found.
11337 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11355 bool checkBinaryOperation(BinaryOperator *AtomicBinOp, unsigned DiagId = 0,
11360 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) {
11417 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11418 SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;
11427 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId,
11456 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId))
11494 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11495 SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;