Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addtoken
Method · 0.80
insertTokens
Method · 0.80
createTokens
Method · 0.80
addNamespace
Method · 0.80
expandTemplate
Method · 0.80
FileLocation
Method · 0.80
printAst
Method · 0.80
parseTokens
Method · 0.80
FunctionDecl
Method · 0.80
operator()
Method · 0.80
getFunctionId
Method · 0.80
Location
Method · 0.80
Calls
no outgoing calls
Tested by
4
simplifyTypedefTokenColumn1
Method · 0.64
simplifyTypedefTokenColumn2
Method · 0.64
simplifyEnum1
Method · 0.64
simplifyEnum2
Method · 0.64