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

Method genDeclStmt

lib/generation/SrcGenerator.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return LHS + " = " + RHS + ";";
37}
38std::string SrcGenerator::genDeclStmt(const std::string &TypeStr,
39 const std::string &VarName) {
40 return TypeStr + " " + VarName + ";";
41}
42
43std::string SrcGenerator::genTypeStr(const Type &Target) {
44 return Target.getNameSpace() +

Callers

nothing calls this directly

Calls 1

isFixedLengthArrayPtrMethod · 0.80

Tested by

no test coverage detected