Searched defs:ToDebugInfoType (Results 1 – 19 of 19) sorted by relevance
41 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
49 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
65 void ETSNullType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSNullType116 void ETSUndefinedType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSUndefinedType
109 void ToDebugInfoType([[maybe_unused]] std::stringstream &ss) const override in ToDebugInfoType() function
106 void ETSReadonlyType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSReadonlyType
102 void ETSNonNullishType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSNonNullishType
51 void ETSArrayType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSArrayType
122 void ETSTypeParameter::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSTypeParameter
139 void ETSEnumType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSEnumType
39 void ETSUnionType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSUnionType
1161 void ETSObjectType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in ark::es2panda::checker::ETSObjectType
239 virtual void ToDebugInfoType([[maybe_unused]] std::stringstream &ss) const {}; in ToDebugInfoType() function