Searched refs:IsStructType (Results 1 – 6 of 6) sorted by relevance
75 bool IsStructType() override;
114 virtual bool IsStructType();
108 bool ASTType::IsStructType() in IsStructType() function in OHOS::HDI::ASTType
28 bool ASTStructType::IsStructType() in IsStructType() function in OHOS::HDI::ASTStructType
558 …if (elementType_->IsStructType() || elementType_->IsStringType() || elementType_->IsNativeBufferTy… in EmitMemoryRecycle()
433 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()