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

Method file_name

lib/sourcelocation.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return m_column;
88 }
89 const char* file_name() const {
90 return m_file_name;
91 }
92 const char* function_name() const {
93 return m_function_name;
94 }

Callers 3

setDebugPathMethod · 0.80
setSourceLocationFunction · 0.80
testExprIdEqualMethod · 0.80

Calls

no outgoing calls

Tested by 1

testExprIdEqualMethod · 0.64