Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp228 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()
H A DPointer.h302 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } in getDeclLoc() function