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

Function cmListFileLexer_GetCurrentColumn

Source/LexerParser/cmListFileLexer.c:2884–2887  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2882
2883/*--------------------------------------------------------------------------*/
2884long cmListFileLexer_GetCurrentColumn(cmListFileLexer* lexer)
2885{
2886 return lexer->column;
2887}
2888
2889/*--------------------------------------------------------------------------*/
2890const char* cmListFileLexer_GetTypeAsString(cmListFileLexer* lexer,

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…