Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_pointer_type.h20 bool IsPointerType() override;
Dast_pointer_type.cpp13 bool ASTPointerType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTPointerType
Dast_type.h132 virtual bool IsPointerType();
Dast_type.cpp153 bool ASTType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTType
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1546 if (!Options::GetInstance().DoPassthrough() && type->IsPointerType()) { in CheckTypeByMode()