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

Function front

externals/simplecpp/simplecpp.h:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 void removeComments();
326
327 Token *front() {
328 return frontToken;
329 }
330
331 const Token *cfront() const {
332 return frontToken;

Callers 2

constFoldMethod · 0.70
combineOperatorsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected