Home
last modified time | relevance | path

Searched defs:expand_expr (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/
Dserver.rs142 fn expand_expr(&mut self, self_: &Self::TokenStream) -> Result<Self::TokenStream, ()> { in expand_expr() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs496 fn expand_expr(&mut self, stream: &Self::TokenStream) -> Result<Self::TokenStream, ()> { in expand_expr() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsource_analyzer.rs146 fn expand_expr( in expand_expr() method
/third_party/rust/rust/library/proc_macro/src/
Dlib.rs153 pub fn expand_expr(&self) -> Result<TokenStream, ExpandError> { in expand_expr() method