MCPcopy Create free account
hub / github.com/argotorg/solidity / currentToken

Method currentToken

test/liblangutil/Scanner.cpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 decltype(auto) currentToken() { return scanner->currentToken(); }
162 decltype(auto) next() { return scanner->next(); }
163 decltype(auto) currentError() { return scanner->currentError(); }
164 decltype(auto) currentLiteral() { return scanner->currentLiteral(); }

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by 1

parseMethod · 0.36