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

Function cmListFileLexer_Delete

plugins/cmake/parser/cmListFileLexer.c:2536–2540  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2534
2535/*--------------------------------------------------------------------------*/
2536void cmListFileLexer_Delete(cmListFileLexer* lexer)
2537{
2538 cmListFileLexer_SetFileName(lexer, 0, 0);
2539 free(lexer);
2540}
2541
2542/*--------------------------------------------------------------------------*/
2543static cmListFileLexer_BOM cmListFileLexer_ReadBOM(FILE* f)

Callers 3

readCMakeFileFunction · 0.85
testLexerCreationMethod · 0.85
testLexerWithFileMethod · 0.85

Calls 1

Tested by 2

testLexerCreationMethod · 0.68
testLexerWithFileMethod · 0.68