Lines Matching refs:Desc
129 const Descriptor *Desc = BasePtr.getDeclDesc(); in CheckFieldsInitialized() local
134 << B.Desc->getType() << SourceRange(TypeBeginLoc, BS.getEndLoc()); in CheckFieldsInitialized()
136 S.FFDiag(Desc->getLocation(), diag::note_constexpr_uninitialized_base) in CheckFieldsInitialized()
137 << B.Desc->getType(); in CheckFieldsInitialized()
190 const Descriptor *Desc = Ptr.getFieldDesc(); in collectBlocks() local
191 if (!Desc) in collectBlocks()
194 if (const Record *R = Desc->ElemRecord) { in collectBlocks()
200 } else if (Desc->isPrimitive() && Desc->getPrimType() == PT_Ptr) { in collectBlocks()
205 } else if (Desc->isPrimitiveArray() && Desc->getPrimType() == PT_Ptr) { in collectBlocks()
206 for (unsigned I = 0; I != Desc->getNumElems(); ++I) { in collectBlocks()
211 } else if (Desc->isCompositeArray()) { in collectBlocks()
212 for (unsigned I = 0; I != Desc->getNumElems(); ++I) { in collectBlocks()