Searched refs:NoteId (Results 1 – 1 of 1) sorted by relevance
3351 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);3370 unsigned NoteId = 0);3375 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument3432 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()3434 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()3442 unsigned NoteId) { in checkStatement() argument3470 if(checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()3504 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()3506 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()