MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / parseBoolean

Method parseBoolean

extern/cloop/src/cloop/Parser.cpp:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Parser::parseBoolean()
181{
182 Boolean* b = new Boolean();
183
184 b->name = getToken(token, Token::TYPE_IDENTIFIER).text;
185 typesByName.insert(pair<string, BaseType*>(b->name, b));
186
187 getToken(token, TOKEN(';'));
188}
189
190void Parser::parseTypedef()
191{

Callers

nothing calls this directly

Calls 2

getTokenFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected