preprocessor ~master (2023-02-20T23:28:23.9639437)
Dub
Repo
calculateLineColumn
preprocessor
parsing
Undocumented in source. Be warned that the author may not have intended to support it.
void
calculateLineColumn
(ParseContext parseCtx, ulong line, ulong column)
package package
void
calculateLineColumn
(
const
ref
ParseContext
parseCtx
,
out
ulong
line
,
out
ulong
column
)
void
calculateLineColumn
(ParseContext parseCtx, ulong codePos, ulong line, ulong column)
Meta
Source
See Implementation
preprocessor
parsing
functions
calculateLineColumn
clearStartToEnd
collect
collectTillString
parse
peek
peekLast
replaceStartToEnd
seekNext
seekNextDirective
skipWhiteSpaceTillEol
manifest constants
DirectiveStart
MacroStartEnd
static variables
endOfLineDelims
endTokenDelims
whiteSpaceDelims
structs
ParseContext