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

Method Location

lib/utils/Location.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace ftg {
10
11Location::Location(Json::Value root) {
12 m_offset = root["Offset"].asUInt();
13 m_length = root["Length"].asUInt();
14 m_line = root["Line"].asUInt();
15}
16
17Location::Location(const clang::SourceManager &SM, const clang::Stmt &node) {
18 setLocation(SM, node.getSourceRange());

Callers

nothing calls this directly

Calls 1

asUIntMethod · 0.80

Tested by

no test coverage detected