Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp66 return OptionalDiagnostic(&addDiag(Loc, DiagId)); in Note()
81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() function in State
106 addDiag(Loc, DiagId); in diag()
138 addDiag(CallRange.getBegin(), diag::note_constexpr_calls_suppressed) in addCallStack()
149 addDiag(CallRange.getBegin(), in addCallStack()
158 addDiag(CallRange.getBegin(), diag::note_constexpr_call_here) in addCallStack()
H A DState.h129 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2274 auto addDiag = [&DeclDiags](SourceLocation Loc, PartialDiagnostic PD) { in ActOnPopScope() local
2291 DiagnoseUnusedDecl(D, addDiag); in ActOnPopScope()
2293 DiagnoseUnusedNestedTypedefs(RD, addDiag); in ActOnPopScope()
2295 DiagnoseUnusedButSetDecl(VD, addDiag); in ActOnPopScope()
2304 CheckPoppedLabel(LD, *this, addDiag); in ActOnPopScope()