Lines Matching defs:DiagId
11354 /// expression. If DiagId and NoteId == 0, then only check is performed
11356 /// \param DiagId Diagnostic which should be emitted if error is found.
11359 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11377 bool checkBinaryOperation(BinaryOperator *AtomicBinOp, unsigned DiagId = 0,
11382 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) {
11439 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11440 SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;
11449 bool OpenMPAtomicUpdateChecker::checkStatement(Stmt *S, unsigned DiagId,
11478 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId))
11516 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11517 SemaRef.Diag(ErrorLoc, DiagId) << ErrorRange;