Searched refs:NoteId (Results 1 – 1 of 1) sorted by relevance
4694 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);4713 unsigned NoteId = 0);4718 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument4775 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()4777 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()4785 unsigned NoteId) { in checkStatement() argument4813 if(checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()4847 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()4849 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()