Function glsl_lang::parser::__action323

source ยท
fn __action323<'i, L>(
    ctx: &ParseContext,
    (_, i, _): (LexerPosition, Identifier, LexerPosition),
    (_, r, _): (LexerPosition, Token, LexerPosition),
) -> PreprocessorDefineData
where L: HasLexerError,