Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11284 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11303 unsigned NoteId = 0);
11307 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
11364 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
11366 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11375 unsigned NoteId) { in checkStatement() argument
11403 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
11437 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
11439 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()