Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp158 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckTemporary()
221 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckLive()
223 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckLive()
H A DPointer.h145 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } in getDeclLoc() function