Searched refs:IsUnionType (Results 1 – 5 of 5) sorted by relevance
75 bool IsUnionType() override;
116 virtual bool IsUnionType();
113 bool ASTType::IsUnionType() in IsUnionType() function in OHOS::HDI::ASTType
25 bool ASTUnionType::IsUnionType() in IsUnionType() function in OHOS::HDI::ASTUnionType
433 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()