Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dneedless_late_init.rs108 fn from_expr(expr: &Expr<'_>, span: Span) -> Option<Self> { in from_expr() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/hir/
Dtype_ref.rs411 fn from_expr(expr: ast::Expr, ast_id: Option<AstId<ast::ConstArg>>) -> Self { in from_expr() method
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1497 const ast::Expression* from_expr, in GenerateCastOrCopyOrPassthrough()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs557 fn from_expr(expr: ast::Expr) -> Option<Self> { in from_expr() method