Searched refs:addDiag (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp65 return OptionalDiagnostic(&addDiag(Loc, DiagId));
80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { function in class:State
105 addDiag(Loc, DiagId);
137 addDiag(CallLocation, diag::note_constexpr_calls_suppressed)
147 addDiag(CallLocation, diag::note_constexpr_inherited_ctor_call_here)
156 addDiag(CallLocation, diag::note_constexpr_call_here) << Out.str();
H A DState.h124 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);

Completed in 53 milliseconds