Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs503 pub fn is_inside_unsafe(&self, expr: &ast::Expr) -> bool { in is_inside_unsafe() method
1496 fn is_inside_unsafe(&self, expr: &ast::Expr) -> bool { in is_inside_unsafe() method