Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp121 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckTemporary()
226 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here); in CheckLive()
228 S.Note(Ptr.getDeclLoc(), diag::note_declared_at); in CheckLive()
H A DPointer.h206 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } in getDeclLoc() function