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

Method isSameLocation

lib/checkclass.cpp:3707–3711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705 std::size_t hash;
3706
3707 bool isSameLocation(const NameLoc& other) const {
3708 return fileName == other.fileName &&
3709 lineNumber == other.lineNumber &&
3710 column == other.column;
3711 }
3712 };
3713 std::vector<NameLoc> classDefinitions;
3714

Callers 1

analyseWholeProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected