Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6355 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
6374 unsigned NoteId = 0);
6379 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
6436 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
6438 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
6447 unsigned NoteId) { in checkStatement() argument
6475 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
6509 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
6511 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()