Home | History | Annotate | Download | only in AST

Lines Matching refs:RecordDecl

652   void Layout(const RecordDecl *D);
656 void LayoutFields(const RecordDecl *D);
1222 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D)) {
1251 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D))
1272 void RecordLayoutBuilder::Layout(const RecordDecl *D) {
1344 void RecordLayoutBuilder::LayoutFields(const RecordDecl *D) {
1810 if (const RecordDecl *RD = dyn_cast<RecordDecl>(D)) {
2041 static bool isMsLayout(const RecordDecl* D) {
2148 void layout(const RecordDecl *RD);
2151 void initializeLayout(const RecordDecl *RD);
2164 void layoutFields(const RecordDecl *RD);
2171 void finalizeLayout(const RecordDecl *RD);
2298 void MicrosoftRecordLayoutBuilder::layout(const RecordDecl *RD) {
2326 void MicrosoftRecordLayoutBuilder::initializeLayout(const RecordDecl *RD) {
2460 void MicrosoftRecordLayoutBuilder::layoutFields(const RecordDecl *RD) {
2638 void MicrosoftRecordLayoutBuilder::finalizeLayout(const RecordDecl *RD) {
2748 ASTContext::BuildMicrosoftASTRecordLayout(const RecordDecl *D) const {
2774 ASTContext::getASTRecordLayout(const RecordDecl *D) const {
2781 getExternalSource()->CompleteType(const_cast<RecordDecl*>(D));
3098 void ASTContext::DumpRecordLayout(const RecordDecl *RD,