Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LayoutFields

119   bool LayoutFields(const RecordDecl *D);
212 if (LayoutFields(D))
225 LayoutFields(D);
749 bool CGRecordLayoutBuilder::LayoutFields(const RecordDecl *D) {
750 assert(!D->isUnion() && "Can't call LayoutFields on a union!");