Home
last modified time | relevance | path

Searched refs:NoteId (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp4694 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
4713 unsigned NoteId = 0);
4718 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
4775 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
4777 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
4785 unsigned NoteId) { in checkStatement() argument
4813 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()