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

Method setLocation

lib/utils/Location.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Location::setLocation(const clang::SourceManager &SM,
39 const clang::Stmt &node) {
40 setLocation(SM, node.getSourceRange());
41}
42
43// Ref : lib/Tooling/Core/Replacement.cpp#L120
44void Location::setLocation(const clang::SourceManager &SM,

Callers

nothing calls this directly

Calls 3

getNormalizedPathFunction · 0.85
asUIntMethod · 0.80
getLineMethod · 0.45

Tested by

no test coverage detected