Searched refs:IsStructType (Results 1 – 6 of 6) sorted by relevance
125 bool ASTType::IsStructType() in IsStructType() function in OHOS::Idl::ASTType
53 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::Idl::ASTStructType
91 bool IsStructType() override;
128 virtual bool IsStructType();
193 astType->IsEnumType() || astType->IsStructType() || astType->IsUnionType()) { in GetTypeEmitter()
494 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()