Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11408 bool checkStatement(Stmt *S, unsigned DiagId = 0, unsigned NoteId = 0);
11427 unsigned NoteId = 0);
11431 BinaryOperator *AtomicBinOp, unsigned DiagId, unsigned NoteId) { in checkBinaryOperation() argument
11488 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkBinaryOperation()
11490 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkBinaryOperation()
11499 unsigned NoteId) { in checkStatement() argument
11527 if (checkBinaryOperation(AtomicBinOp, DiagId, NoteId)) in checkStatement()
11561 if (ErrorFound != NoError && DiagId != 0 && NoteId != 0) { in checkStatement()
11563 SemaRef.Diag(NoteLoc, NoteId) << ErrorFound << NoteRange; in checkStatement()