Searched refs:getDeclLoc (Results 1 – 2 of 2) sorted by relevance
228 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckTemporary()433 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckLive()435 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckLive()1061 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckDeleteSource()1063 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckDeleteSource()
302 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } in getDeclLoc() function