Searched refs:GetAsRecordDecl (Results 1 – 5 of 5) sorted by relevance
288 auto *rd = TypeSystemClang::GetAsRecordDecl(record_type); in TEST_F()395 RecordDecl *empty_base_decl = TypeSystemClang::GetAsRecordDecl(empty_base); in TEST_F()408 TypeSystemClang::GetAsRecordDecl(non_empty_base); in TEST_F()431 TypeSystemClang::GetAsRecordDecl(empty_derived); in TEST_F()454 TypeSystemClang::GetAsRecordDecl(empty_derived2); in TEST_F()
815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
983 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
3686 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()7281 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang7343 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()7421 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()7526 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()7547 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
1788 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()