Home
last modified time | relevance | path

Searched defs:expr_array_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs385 pub fn expr_array_ref(&self, sp: Span, exprs: ThinVec<P<ast::Expr>>) -> P<ast::Expr> { in expr_array_ref() method
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1899 pub(super) fn expr_array_ref( in expr_array_ref() method