MCPcopy Create free account
hub / github.com/Kitware/CMake / cmListFileLexerInit

Function cmListFileLexerInit

Source/LexerParser/cmListFileLexer.c:2687–2693  ·  view source on GitHub ↗

--------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

2685
2686/*--------------------------------------------------------------------------*/
2687static void cmListFileLexerInit(cmListFileLexer* lexer)
2688{
2689 if (lexer->file || lexer->string_buffer) {
2690 cmListFileLexer_yylex_init(&lexer->scanner);
2691 cmListFileLexer_yyset_extra(lexer, lexer->scanner);
2692 }
2693}
2694
2695/*--------------------------------------------------------------------------*/
2696static void cmListFileLexerDestroy(cmListFileLexer* lexer)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…