Home
last modified time | relevance | path

Searched refs:getFieldDesc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h59 if (getFieldDesc()->ElemDesc) in atIndex()
101 if (!getFieldDesc()->isArray()) in narrow()
168 Descriptor *getFieldDesc() const { in getFieldDesc() function
175 QualType getType() const { return getFieldDesc()->getType(); } in getType()
181 return getFieldDesc()->getElemSize(); in elemSize()
184 size_t getSize() const { return getFieldDesc()->getSize(); } in getSize()
194 if (getFieldDesc()->ElemDesc) in getOffset()
203 bool inArray() const { return getFieldDesc()->IsArray; } in inArray()
208 return getFieldDesc()->isUnknownSizeArray(); in isUnknownSizeArray()
218 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord()
[all …]
H A DPointer.cpp118 Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue()
137 Descriptor *Desc = getFieldDesc(); in isInitialized()
156 Descriptor *Desc = getFieldDesc(); in initialize()
192 return A.Base == B.Base && A.getFieldDesc()->IsArray; in hasSameArray()
H A DInterpFrame.cpp108 printDesc(It->getFieldDesc()); in print()