Searched refs:ToDebugInfoType (Results 1 – 21 of 21) sorted by relevance
44 void ETSArrayType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSArrayType47 element_->ToDebugInfoType(ss); in ToDebugInfoType()
40 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
162 void ETSTypeParameter::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSTypeParameter164 GetConstraintType()->ToDebugInfoType(ss); in ToDebugInfoType()
50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
49 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
44 void ToDebugInfoType(std::stringstream &ss) const override;
76 void ToDebugInfoType(std::stringstream &ss) const override;
37 void ToDebugInfoType(std::stringstream &ss) const override;
109 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
40 void ETSUnionType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSUnionType42 lubType_->ToDebugInfoType(ss); in ToDebugInfoType()
61 void ToDebugInfoType(std::stringstream &ss) const override;
85 void ETSEnumInterface::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSEnumInterface
495 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
231 virtual void ToDebugInfoType([[maybe_unused]] std::stringstream &ss) const {}; in ToDebugInfoType() function
282 var->AsLocalVariable()->TsType()->ToDebugInfoType(ss); in GenLocalVariableInfo()