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

Method column

lib/sourcelocation.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return m_line;
85 }
86 std::uint_least32_t column() const {
87 return m_column;
88 }
89 const char* file_name() const {
90 return m_file_name;
91 }

Callers 15

addtokenMethod · 0.80
insertTokensMethod · 0.80
createTokensMethod · 0.80
addNamespaceMethod · 0.80
expandTemplateMethod · 0.80
FileLocationMethod · 0.80
printAstMethod · 0.80
parseTokensMethod · 0.80
FunctionDeclMethod · 0.80
operator()Method · 0.80
getFunctionIdMethod · 0.80
LocationMethod · 0.80

Calls

no outgoing calls

Tested by 4

simplifyEnum1Method · 0.64
simplifyEnum2Method · 0.64