Home
last modified time | relevance | path

Searched defs:expr_call (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs283 pub fn expr_call( in expr_call() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs562 pub fn expr_call(f: ast::Expr, arg_list: ast::ArgList) -> ast::Expr { in expr_call() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1778 pub(super) fn expr_call( in expr_call() method