Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Dclone.rs162 let fn_path = cx.std_path(&[sym::clone, sym::Clone, sym::clone]); in cs_clone() localVariable
Dencodable.rs159 let fn_path = cx.expr_path(cx.path_global( in encodable_substructure() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1302 let fn_path = in lower_expr_range_closed() localVariable