MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Location

Method Location

lib/ctu.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63CTU::FileInfo::Location::Location(const Tokenizer &tokenizer, const Token *tok)
64 : fileName(tokenizer.list.file(tok))
65 , lineNumber(tok->linenr())
66 , column(tok->column())
67{}
68
69std::string CTU::FileInfo::toString() const
70{

Callers 1

misra_17_3Method · 0.45

Calls 1

columnMethod · 0.80

Tested by

no test coverage detected