Lines Matching refs:Note
65 S.Note(VD->getLocation(), diag::note_declared_at) << VD->getSourceRange(); in diagnoseMissingInitializer()
77 S.Note(D->getLocation(), diag::note_declared_at) << D->getSourceRange(); in diagnoseUnknownDecl()
113 S.Note(VD->getLocation(), diag::note_declared_at); in diagnoseNonConstVariable()
122 S.Note(VD->getLocation(), diag::note_declared_at); in diagnoseNonConstVariable()
171 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckTemporary()
291 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckLive()
293 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckLive()
445 S.Note(Field->getLocation(), diag::note_declared_at); in CheckMutable()
482 S.Note(VD->getLocation(), diag::note_declared_at); in CheckInitialized()
508 S.Note(VD->getLocation(), diag::note_declared_at); in CheckGlobalInitialized()
614 S.Note(DiagDecl->getLocation(), diag::note_declared_at); in CheckCallable()
632 S.Note(DiagDecl->getLocation(), diag::note_declared_at); in CheckCallable()
675 S.Note(MD->getLocation(), diag::note_declared_at); in CheckPure()
756 S.Note(NewExpr->getExprLoc(), diag::note_constexpr_dynamic_alloc_here) in CheckNewDeleteForms()
772 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckDeleteSource()
774 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckDeleteSource()