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

Function next

lib/token.h:959–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957 }
958
959 Token* next() {
960 return mNext;
961 }
962
963 const Token* next() const {
964 return mNext;

Callers 10

crashReportFunction · 0.85
productParamsFunction · 0.85
removeAdjacentValuesFunction · 0.85
getParentValueTypesFunction · 0.85
getArgumentVarsFunction · 0.85
fillSettingsFromArgsMethod · 0.85
scopeExampleMethod · 0.85
uninitvar_std_nextFunction · 0.85
createArrayChildrenDefsFunction · 0.85

Calls

no outgoing calls

Tested by 1

scopeExampleMethod · 0.68