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

Declarations

tools/clang/lib/AST/Interp/State.h
  111   OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId);

References

tools/clang/lib/AST/ExprConstant.cpp
 1968     Info.Note(VD->getLocation(), diag::note_declared_at);
 1970     Info.Note(E->getExprLoc(), diag::note_constexpr_temporary_here);
 1974       Info.Note((*Alloc)->AllocExpr->getExprLoc(),
 2164       Info.Note(SubobjectLoc, diag::note_constexpr_subobject_declared_here);
 2894     Info.Note(VD->getLocation(), diag::note_declared_at);
 2900     Info.Note(VD->getLocation(), diag::note_declared_at);
 3047       Info.Note(Field->getLocation(), diag::note_declared_at);
 3228           Info.Note(Loc, diag::note_constexpr_volatile_here) << DiagKind;
 3313         Info.Note(Field->getLocation(), diag::note_declared_at);
 3594             Info.Note(VD->getLocation(), diag::note_declared_at);
 3608           Info.Note(VD->getLocation(), diag::note_declared_at);
 3623           Info.Note(VD->getLocation(), diag::note_declared_at);
 3675           Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here);
 4874       Info.Note(CD->getLocation(), diag::note_declared_at);
 4939     Info.Note(DiagDecl->getLocation(), diag::note_declared_at);
 5110     Info.Note(Callee->getLocation(), diag::note_declared_at);
 6525       Info->Note(NoteLoc, diag::note_constexpr_bit_cast_invalid_subtype)
tools/clang/lib/AST/Interp/Interp.cpp
  158     S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here);
  189     S.Note(VD->getLocation(), diag::note_declared_at);
  221       S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here);
  223       S.Note(Ptr.getDeclLoc(), diag::note_declared_at);
  279   S.Note(Field->getLocation(), diag::note_declared_at);
  365       S.Note(DiagDecl->getLocation(), diag::note_declared_at);
  398   S.Note(MD->getLocation(), diag::note_declared_at);