Lines Matching defs:NoteId
11332 /// expression. If DiagId and NoteId == 0, then only check is performed
11335 /// \param NoteId Diagnostic note for the main error message.
11337 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11356 unsigned NoteId = 0);
11360 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) {
11417 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11419 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;
11428 unsigned NoteId) {
11456 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId))
11494 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) {
11496 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange;