Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_plugins/
H A Dutils.rs12 pub fn match_def_path(cx: &LateContext, def_id: DefId, path: &[&str]) -> bool { in match_def_path() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dcontext.rs953 pub fn match_def_path(&self, def_id: DefId, path: &[Symbol]) -> bool { in match_def_path() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dlib.rs1622 pub fn match_def_path<'tcx>(cx: &LateContext<'tcx>, did: DefId, syms: &[&str]) -> bool { in match_def_path() function