Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.cpp119 const bool IsUnion = D->ElemRecord->isUnion(); in ctorRecord()
132 for (const auto &B : D->ElemRecord->bases()) in ctorRecord()
134 for (const auto &F : D->ElemRecord->fields()) in ctorRecord()
136 for (const auto &V : D->ElemRecord->virtual_bases()) in ctorRecord()
145 for (const auto &F : D->ElemRecord->bases()) in dtorRecord()
147 for (const auto &F : D->ElemRecord->fields()) in dtorRecord()
149 for (const auto &F : D->ElemRecord->virtual_bases()) in dtorRecord()
154 for (const auto &F : D->ElemRecord->fields()) { in moveRecord()
239 Size(ElemSize), AllocSize(Size), ElemRecord(R), IsConst(IsConst), in Descriptor()
DDescriptor.h70 Record *const ElemRecord = nullptr; member
151 bool isPrimitive() const { return !IsArray && !ElemRecord; } in isPrimitive()
DPointer.h221 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord()