Function glsl_lang::parser::__action349
source ยท fn __action349<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, i, _): (LexerPosition, Token, LexerPosition),
(_, b, _): (LexerPosition, Option<PreprocessorExtensionBehavior>, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorExtensionwhere
L: HasLexerError,