Searched refs:LayoutFields (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp117 /// LayoutFields - try to layout all fields in the record decl.
119 bool LayoutFields(const RecordDecl *D);
213 if (LayoutFields(D))
226 LayoutFields(D);
750 bool CGRecordLayoutBuilder::LayoutFields(const RecordDecl *D) { function in class:CGRecordLayoutBuilder
751 assert(!D->isUnion() && "Can't call LayoutFields on a union!");
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp671 void LayoutFields(const RecordDecl *D);
1300 LayoutFields(D);
1313 LayoutFields(RD);
1374 void RecordLayoutBuilder::LayoutFields(const RecordDecl *D) { function in class:RecordLayoutBuilder
2272 // Use LayoutFields to compute the alignment of the fields. The layout

Completed in 114 milliseconds