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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp158 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here);
221 S.Note(Ptr.getDeclLoc(), diag::note_constexpr_temporary_here);
223 S.Note(Ptr.getDeclLoc(), diag::note_declared_at);
H A DPointer.h148 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } function in class:clang::interp::Pointer

Completed in 101 milliseconds