MCPcopy Create free account
hub / github.com/KDE/kdevelop / cmListFileLexer_yyset_extra

Function cmListFileLexer_yyset_extra

plugins/cmake/parser/cmListFileLexer.c:2132–2136  ·  view source on GitHub ↗

Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */

Source from the content-addressed store, hash-verified

2130 * @param yyscanner The scanner object.
2131 */
2132void cmListFileLexer_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2133{
2134 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2135 yyextra = user_defined ;
2136}
2137
2138/** Set the current line number.
2139 * @param _line_number line number

Callers 2

cmListFileLexerInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected