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.cpp11411 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11430 unsigned NoteId = 0);
11434 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
11491 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
11493 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11502 unsigned NoteId) { in checkStatement() argument
11530 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
11568 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
11570 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()