Searched defs:is_glob (Results 1 – 5 of 5) sorted by relevance
469 let is_glob = kind == hir::UseKind::Glob; in visit_item_inner() localVariable
84 static int is_glob(const char *path) in is_glob() function
180 pub(crate) fn is_glob(&self) -> bool { in is_glob() method
419 let is_glob = matches!(use_tree.kind, ast::UseTreeKind::Glob); in build_reduced_graph_for_use_tree() localVariable
730 let is_glob = tree.star_token().is_some(); in lower_use_tree() localVariable