Searched refs:addDiag (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | State.cpp | 66 return OptionalDiagnostic(&addDiag(Loc, DiagId)); in Note() 79 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() function in State 105 addDiag(Loc, DiagId); in diag() 139 addDiag(CallRange.getBegin(), diag::note_constexpr_calls_suppressed) in addCallStack() 150 addDiag(CallRange.getBegin(), in addCallStack() 160 addDiag(CallRange.getBegin(), diag::note_constexpr_call_here) in addCallStack()
|
| H A D | State.h | 133 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 2212 auto addDiag = [&DeclDiags](SourceLocation Loc, PartialDiagnostic PD) { in ActOnPopScope() local 2229 DiagnoseUnusedDecl(D, addDiag); in ActOnPopScope() 2231 DiagnoseUnusedNestedTypedefs(RD, addDiag); in ActOnPopScope() 2233 DiagnoseUnusedButSetDecl(VD, addDiag); in ActOnPopScope() 2242 CheckPoppedLabel(LD, *this, addDiag); in ActOnPopScope()
|