Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11672 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11691 unsigned NoteId = 0);
11695 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
11752 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
11754 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11763 unsigned NoteId) { in checkStatement() argument
11791 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
11829 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
11831 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()