Function glsl_lang::parser::__action336
source ยท fn __action336<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, i, _): (LexerPosition, Token, LexerPosition),
(_, f, _): (LexerPosition, Option<Token>, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorLinewhere
L: HasLexerError,