Searched refs:getFieldDesc (Results 1 – 3 of 3) sorted by relevance
59 if (getFieldDesc()->ElemDesc) in atIndex()101 if (!getFieldDesc()->isArray()) in narrow()168 Descriptor *getFieldDesc() const { in getFieldDesc() function175 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 …]
118 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()
108 printDesc(It->getFieldDesc()); in print()