Home
last modified time | relevance | path

Searched refs:typeKind_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.h80 :isPod_(isPod), typeKind_(typekind), name_(), namespace_()
161 TypeKind typeKind_; variable
H A Dast_type.cpp182 return typekind == typeKind_; in IsTypeKind()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_type.h72 :typeKind_(kind), isPod_(isPod), name_(), namespace_()
209 TypeKind typeKind_;
H A Dast_array_type.h160 typeKind_ = TypeKind::TYPE_LIST; in ASTListType()