Home
last modified time | relevance | path

Searched refs:IsPointerType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_pointer_type.cpp25 bool ASTPointerType::IsPointerType() in IsPointerType() function in OHOS::Idl::ASTPointerType
H A Dast_pointer_type.h29 bool IsPointerType() override;
H A Dast_type.cpp170 bool ASTType::IsPointerType() in IsPointerType() function in OHOS::Idl::ASTType
H A Dast_type.h146 virtual bool IsPointerType();
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_pointer_type.h20 bool IsPointerType() override;
H A Dast_pointer_type.cpp13 bool ASTPointerType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTPointerType
H A Dast_type.h132 virtual bool IsPointerType();
H A Dast_type.cpp153 bool ASTType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTType
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1617 if (!Options::GetInstance().DoPassthrough() && type->IsPointerType()) { in CheckTypeByMode()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1828 if (!Options::GetInstance().DoPassthrough() && type->IsPointerType()) { in CheckTypeByMode()