Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp596 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() function
645 addDiag(Loc, DiagId); in Diag()
696 return OptionalDiagnostic(&addDiag(Loc, DiagId)); in Note()
1004 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed) in addCallStack()
1014 addDiag(Frame->CallLoc, diag::note_constexpr_inherited_ctor_call_here) in addCallStack()
1023 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str(); in addCallStack()