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

Method getColumn

lib/astirmap/LocIndex.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73size_t LocIndex::getLine() const { return Line; }
74
75size_t LocIndex::getColumn() const { return Column; }
76
77std::string LocIndex::getIDAsString() const {
78 return Path + ":" + std::to_string(Line) + ":" + std::to_string(Column);

Callers 9

insertMacroNodeMethod · 0.80
getASTNodeMethod · 0.80
getASTDefNodeMethod · 0.80
operator<Method · 0.80
operator!=Method · 0.80
operator==Method · 0.80
APICallMethod · 0.80
verifyLocationMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

verifyLocationMethod · 0.64
TEST_FFunction · 0.64