Searched defs:PathKind (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | search_paths.rs | 30 pub enum PathKind { enum 39 impl PathKind { impl 75 fn new(kind: PathKind, dir: PathBuf) -> Self { in new()
|
| D | filesearch.rs | 49 kind: PathKind, in new()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/ |
| D | locator.rs | 311 path_kind: PathKind, in new() 502 rlibs: FxHashMap<PathBuf, PathKind>, in extract_lib() argument 540 m: FxHashMap<PathBuf, PathKind>, in extract_one() argument 543 ) -> Result<Option<(PathBuf, PathKind)>, CrateError> { in extract_one() argument
|
| D | creader.rs | 443 path_kind: PathKind, in load_proc_macro()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/ |
| D | mod_path.rs | 34 pub enum PathKind { enum 54 pub fn from_segments(kind: PathKind, segments: impl IntoIterator<Item = Name>) -> ModPath { in from_segments()
|
| /third_party/rust/rust/src/tools/jsondoclint/src/ |
| D | validator.rs | 38 enum PathKind { enum 300 fn check_path(&mut self, x: &'a Path, kind: PathKind) { in check_path()
|
| /third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/ |
| D | ty.rs | 24 pub enum PathKind { enum
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | path.rs | 122 pub fn kind(&self) -> &PathKind { in kind()
|
| D | find_path.rs | 56 fn prefix(self) -> PathKind { in prefix()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/ |
| D | context.rs | 100 pub(super) enum PathKind { enum
|