Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h108 if (getFieldDesc()->ElemDesc) in atIndex()
158 if (!getFieldDesc()->isArray()) in narrow()
229 const Descriptor *getFieldDesc() const { in getFieldDesc() function
239 return getFieldDesc()->getType(); in getType()
248 return getFieldDesc()->getElemSize(); in elemSize()
251 size_t getSize() const { return getFieldDesc()->getSize(); } in getSize()
261 if (getFieldDesc()->ElemDesc) in getOffset()
274 bool inArray() const { return getFieldDesc()->IsArray; } in inArray()
279 return getFieldDesc()->isUnknownSizeArray(); in isUnknownSizeArray()
289 const Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord()
[all …]
H A DPointer.cpp130 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue()
162 const Descriptor *Desc = getFieldDesc(); in isInitialized()
185 const Descriptor *Desc = getFieldDesc(); in initialize()
231 return hasSameBase(A, B) && A.Base == B.Base && A.getFieldDesc()->IsArray; in hasSameArray()
H A DInterpBuiltin.cpp193 assert(A.getFieldDesc()->isPrimitiveArray()); in interp__builtin_strcmp()
194 assert(B.getFieldDesc()->isPrimitiveArray()); in interp__builtin_strcmp()
237 assert(StrPtr.getFieldDesc()->isPrimitiveArray()); in interp__builtin_strlen()
263 assert(Arg.getFieldDesc()->isPrimitiveArray()); in interp__builtin_nan()
H A DInterpFrame.cpp156 printDesc(It.getFieldDesc()); in print()
H A DInterp.h1941 ThisPtr.getFieldDesc()->getType()->getAsCXXRecordDecl(); in CallVirt()