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

Method isStructEtc

lib/tokenize.cpp:664–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 }
663
664 bool isStructEtc() const {
665 return mRangeType.second && mRangeType.second->str() == "{";
666 }
667
668 std::string name() const {
669 return mNameToken ? mNameToken->str() : "";

Callers 1

simplifyTypedefMethod · 0.80

Calls 1

strMethod · 0.45

Tested by

no test coverage detected