Searched refs:GetAsRecordDecl (Results 1 – 4 of 4) sorted by relevance
815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
989 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
3662 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()7196 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang7258 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()7328 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()7433 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()7454 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
1694 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()