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

/openbsd-current/gnu/llvm/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.h129 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2228 auto addDiag = [&DeclDiags](SourceLocation Loc, PartialDiagnostic PD) {
2245 DiagnoseUnusedDecl(D, addDiag);
2247 DiagnoseUnusedNestedTypedefs(RD, addDiag);
2249 DiagnoseUnusedButSetDecl(VD, addDiag);
2258 CheckPoppedLabel(LD, *this, addDiag);

Completed in 407 milliseconds