Home
last modified time | relevance | path

Searched refs:IsStructType (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
Dast_type.cpp125 bool ASTType::IsStructType() in IsStructType() function in OHOS::Idl::ASTType
Dast_struct_type.cpp53 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::Idl::ASTStructType
Dast_struct_type.h91 bool IsStructType() override;
Dast_type.h128 virtual bool IsStructType();
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
Dhdi_code_emitter.cpp193 astType->IsEnumType() || astType->IsStructType() || astType->IsUnionType()) { in GetTypeEmitter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
Dc_service_stub_code_emitter.cpp494 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()