Home
last modified time | relevance | path

Searched defs:ASTStructType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_struct_type.h30 ASTStructType() : ASTType(true), attr_(new ASTAttr()), members_() {} in ASTStructType() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_struct_type.h23 ASTStructType() : ASTType(TypeKind::TYPE_STRUCT, true), attr_(new ASTAttr()), members_() {} in ASTStructType() function