Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11337 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11356 unsigned NoteId = 0);
11360 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
11417 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
11419 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11428 unsigned NoteId) { in checkStatement() argument
11456 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
11494 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
11496 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()