Searched refs:NoteId (Results 1 – 1 of 1) sorted by relevance
10471 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);10490 unsigned NoteId = 0);10495 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument10552 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()10554 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()10563 unsigned NoteId) { in checkStatement() argument10591 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()10625 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()10627 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()