Lines Matching defs:NoteId
11354 /// expression. If DiagId and NoteId == 0, then only check is performed
11357 /// \param NoteId Diagnostic note for the main error message.
11359 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11378 unsigned NoteId = 0);
11382 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) {
11439 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11441 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;
11450 unsigned NoteId) {
11478 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId))
11516 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11518 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;