Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp6085 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
6104 unsigned NoteId = 0);
6109 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
6166 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
6168 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
6176 unsigned NoteId) { in checkStatement() argument
6204 if(checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
6238 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
6240 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()