Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/
Dvisit_ast.rs469 let is_glob = kind == hir::UseKind::Glob; in visit_item_inner() localVariable
/third_party/ffmpeg/libavformat/
Dimg2dec.c84 static int is_glob(const char *path) in is_glob() function
/third_party/rust/rust/compiler/rustc_resolve/src/
Dimports.rs180 pub(crate) fn is_glob(&self) -> bool { in is_glob() method
Dbuild_reduced_graph.rs419 let is_glob = matches!(use_tree.kind, ast::UseTreeKind::Glob); in build_reduced_graph_for_use_tree() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs730 let is_glob = tree.star_token().is_some(); in lower_use_tree() localVariable