Searched refs:GetAsRecordDecl (Results 1 – 5 of 5) sorted by relevance
383 clang::RecordDecl *record_decl = clang.GetAsRecordDecl(record_ct); in AddMember()
815 clang::RecordDecl *record_decl = TypeSystemClang::GetAsRecordDecl(m_type); in GetStructValueObject()
1001 static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);
3726 TypeSystemClang::GetAsRecordDecl(type)) { in CanPassInRegisters()7347 clang::RecordDecl *TypeSystemClang::GetAsRecordDecl(const CompilerType &type) { in GetAsRecordDecl() function in TypeSystemClang7409 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddFieldToRecordType()7488 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in BuildIndirectFields()7593 clang::RecordDecl *record_decl = GetAsRecordDecl(type); in SetIsPacked()7615 clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type); in AddVariableToRecordType()
1853 TypeSystemClang::GetAsRecordDecl(clang_type); in ParseStructureLikeDIE()