Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DPointer.h62 if (getFieldDesc()->ElemDesc) in atIndex()
104 if (!getFieldDesc()->isArray()) in narrow()
171 Descriptor *getFieldDesc() const { in getFieldDesc() function
178 QualType getType() const { return getFieldDesc()->getType(); } in getType()
184 return getFieldDesc()->getElemSize(); in elemSize()
187 size_t getSize() const { return getFieldDesc()->getSize(); } in getSize()
197 if (getFieldDesc()->ElemDesc) in getOffset()
206 bool inArray() const { return getFieldDesc()->IsArray; } in inArray()
208 bool inPrimitiveArray() const { return getFieldDesc()->isPrimitiveArray(); } in inPrimitiveArray()
211 return getFieldDesc()->isUnknownSizeArray(); in isUnknownSizeArray()
[all …]
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()
DInterpFrame.cpp108 printDesc(It->getFieldDesc()); in print()