reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/State.h
  124   PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagId);

References

tools/clang/lib/AST/Interp/State.cpp
   65   return OptionalDiagnostic(&addDiag(Loc, DiagId));
  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();