Lines Matching refs:record_decl
1787 clang::RecordDecl *record_decl = in ParseStructureLikeDIE() local
1789 if (record_decl) { in ParseStructureLikeDIE()
1792 GetClangASTImporter().SetRecordLayout(record_decl, layout); in ParseStructureLikeDIE()
1834 clang::CXXRecordDecl *record_decl = in ParseStructureLikeDIE() local
1836 if (record_decl && record_decl->getDefinition()) { in ParseStructureLikeDIE()
1837 record_decl->setHasTrivialSpecialMemberForCall(); in ParseStructureLikeDIE()
1842 clang::CXXRecordDecl *record_decl = in ParseStructureLikeDIE() local
1844 if (record_decl) in ParseStructureLikeDIE()
1845 record_decl->setArgPassingRestrictions( in ParseStructureLikeDIE()
2122 clang::CXXRecordDecl *record_decl = in CompleteRecordType() local
2124 if (record_decl) in CompleteRecordType()
2125 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()