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

Method getEndOffset

lib/inputanalysis/DefMapGenerator.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337unsigned DefMapGenerator::getEndOffset(const VarDecl &D,
338 const SourceManager &SrcManager) const {
339 if (!D.isLocalVarDeclOrParm())
340 return getGlobalEndOffset(D, SrcManager);
341 return getNonGlobalEndOffset(D, SrcManager);
342}
343
344std::string DefMapGenerator::getNamespaceName(const NamedDecl &D) const {
345 const std::string AnonymousNS = "(anonymous namespace)::";

Callers 4

generateBottomMethod · 0.45
checkNonFileMethod · 0.45
checkEndOffsetMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

checkNonFileMethod · 0.36
checkEndOffsetMethod · 0.36
TEST_FFunction · 0.36