Function glsl_lang::parser::__action364
source ยท fn __action364<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, p, _): (LexerPosition, Preprocessor, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Option<ExternalDeclaration>where
L: HasLexerError,