Home
last modified time | relevance | path

Searched refs:getDeclDesc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h106 return Pointer(Pointee, RootPtrMark, getDeclDesc()->getSize()); in atIndex()
188 Next == 0 ? getDeclDesc() : getDescriptor(Next)->Desc; in expand()
202 const Descriptor *getDeclDesc() const { in getDeclDesc() function
206 SourceLocation getDeclLoc() const { return getDeclDesc()->getLocation(); } in getDeclLoc()
231 return getDeclDesc(); in getFieldDesc()
247 return getDeclDesc()->getSize(); in elemSize()
327 bool isDummy() const { return getDeclDesc()->isDummy(); } in isDummy()
331 return Base == 0 ? getDeclDesc()->IsConst : getInlineDesc()->IsConst; in isConst()
H A DInterp.cpp113 if (Ptr.getDeclDesc()->getType().isConstQualified()) in CheckTemporary()
192 const auto *VD = Ptr.getDeclDesc()->asValueDecl(); in CheckExtern()
271 return CheckConstant(S, OpPC, Ptr.getDeclDesc()); in CheckConstant()
H A DEvaluationResult.cpp122 S.FFDiag(BasePtr.getDeclDesc()->asDecl()->getLocation(), in CheckFieldsInitialized()
H A DInterpFrame.cpp145 printDesc(P.getDeclDesc()); in print()
H A DPointer.cpp97 const Descriptor *Desc = getDeclDesc(); in toAPValue()
H A DInterp.h1923 ThisPtr.getDeclDesc()->getType()->getAsCXXRecordDecl(); in CallVirt()