Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp10436 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
10455 unsigned NoteId = 0);
10460 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
10517 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
10519 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
10528 unsigned NoteId) { in checkStatement() argument
10556 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
10590 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
10592 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()