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

Method replaceFailed

lib/tokenize.cpp:660–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 }
659
660 bool replaceFailed() const {
661 return mReplaceFailed;
662 }
663
664 bool isStructEtc() const {
665 return mRangeType.second && mRangeType.second->str() == "{";

Callers 1

simplifyTypedefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected