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

Function Location

externals/simplecpp/simplecpp.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 struct SIMPLECPP_LIB Location {
120 Location() = default;
121 Location(unsigned int fileIndex, unsigned int line, unsigned int col)
122 : fileIndex(fileIndex)
123 , line(line)
124 , col(col)
125 {}
126
127 Location(const Location &loc) = default;
128 Location &operator=(const Location &other) = default;

Callers 1

simplecpp.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected