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

/external/clang/lib/AST/
H A DExprConstant.cpp563 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) { function in struct:__anon17734::EvalInfo
612 addDiag(Loc, DiagId);
652 return OptionalDiagnostic(&addDiag(Loc, DiagId));
862 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed)
871 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();

Completed in 394 milliseconds