Searched refs:NoteId (Results 1 – 1 of 1) sorted by relevance
11337 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);11356 unsigned NoteId = 0);11360 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument11417 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()11419 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()11428 unsigned NoteId) { in checkStatement() argument11456 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()11494 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()11496 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()