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

Method genTypeStr

lib/generation/SrcGenerator.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43std::string SrcGenerator::genTypeStr(const Type &Target) {
44 return Target.getNameSpace() +
45 util::getFuzzInputTypeString(Target.getASTTypeName());
46}
47
48std::string SrcGenerator::genDeclStmt(const Type &VarType,
49 const std::string &VarName, bool Array) {

Callers

nothing calls this directly

Calls 3

getFuzzInputTypeStringFunction · 0.85
getNameSpaceMethod · 0.80
getASTTypeNameMethod · 0.80

Tested by

no test coverage detected