Searched refs:IsPointerType (Results 1 – 5 of 5) sorted by relevance
20 bool IsPointerType() override;
13 bool ASTPointerType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTPointerType
132 virtual bool IsPointerType();
153 bool ASTType::IsPointerType() in IsPointerType() function in OHOS::HDI::ASTType
1546 if (!Options::GetInstance().DoPassthrough() && type->IsPointerType()) { in CheckTypeByMode()