Lines Matching refs:RecordDecl
673 void Layout(const RecordDecl *D);
677 void LayoutFields(const RecordDecl *D);
1233 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D)) { in InitializeLayout()
1262 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D)) in InitializeLayout()
1280 void RecordLayoutBuilder::Layout(const RecordDecl *D) { in Layout()
1352 void RecordLayoutBuilder::LayoutFields(const RecordDecl *D) { in LayoutFields()
1843 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D)) { in FinishLayout()
2071 static bool isMsLayout(const RecordDecl* D) { in isMsLayout()
2177 void layout(const RecordDecl *RD);
2180 void initializeLayout(const RecordDecl *RD);
2193 void layoutFields(const RecordDecl *RD);
2200 void finalizeLayout(const RecordDecl *RD);
2343 void MicrosoftRecordLayoutBuilder::layout(const RecordDecl *RD) { in layout()
2375 void MicrosoftRecordLayoutBuilder::initializeLayout(const RecordDecl *RD) { in initializeLayout()
2527 void MicrosoftRecordLayoutBuilder::layoutFields(const RecordDecl *RD) { in layoutFields()
2721 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) { in finalizeLayout()
2839 ASTContext::BuildMicrosoftASTRecordLayout(const RecordDecl *D) const { in BuildMicrosoftASTRecordLayout()
2865 ASTContext::getASTRecordLayout(const RecordDecl *D) const { in getASTRecordLayout()
2872 getExternalSource()->CompleteType(const_cast<RecordDecl*>(D)); in getASTRecordLayout()
3186 void ASTContext::DumpRecordLayout(const RecordDecl *RD, in DumpRecordLayout()