Home
last modified time | relevance | path

Searched refs:FunctionKeyword (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/gsc-utils/rust/enum_utils/src/
H A Dlib.rs414 FunctionKeyword, in passthru_to() enumerator
420 let mut state = WantState::FunctionKeyword; in passthru_to()
427 (TokenTree::Ident(ident), FunctionKeyword) if ident.to_string() == "fn" => FunctionName, in passthru_to()
428 (_, FunctionKeyword) => FunctionKeyword, in passthru_to()