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

Method setASTTypeName

lib/type/Type.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215bool Type::isAnyCharacter() const { return AnyCharacter; }
216
217void Type::setASTTypeName(std::string ASTTypeName) {
218 this->ASTTypeName = ASTTypeName;
219}
220
221void Type::setNameSpace(std::string NameSpace) { this->NameSpace = NameSpace; }
222

Callers 5

createCharPointerTypeMethod · 0.80
createTypeMethod · 0.80
TEST_FFunction · 0.80
ASSERT_DEATHFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
ASSERT_DEATHFunction · 0.64
TESTFunction · 0.64