MCPcopy Create free account
hub / github.com/Samsung/UTopia / getASTTypeName

Method getASTTypeName

lib/type/Type.cpp:162–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162std::string Type::getASTTypeName() const {
163 std::string Ret = ASTTypeName;
164
165 // Temporary Fix.
166 if (Ret == "std::vector::size_type") {
167 Ret = "size_t";
168 }
169 return Ret;
170}
171
172std::string Type::getNameSpace() const { return NameSpace; }
173

Callers 6

generateDeclTypeNameMethod · 0.80
genTypeStrMethod · 0.80
setTypeMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64