Searched defs:ModuleData (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/src/sksl/ |
| D | SkSLCompiler.h | 182 struct ModuleData { struct 189 static ModuleData MakeModulePath(const char* path) { in MakeModulePath() argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | nameres.rs | 203 fn index(&self, id: LocalModuleId) -> &ModuleData { in index() 276 pub struct ModuleData { struct 300 let def_map = DefMap::empty(krate, edition, ModuleData::new(origin, Visibility::Public)); in crate_def_map_query() argument 613 impl ModuleData { implementation
|
| /third_party/rust/rust/compiler/rustc_expand/src/ |
| D | module.rs | 53 module: &ModuleData, in parse_external_mod() 89 module: &ModuleData, in mod_dir_path()
|
| D | base.rs | 971 pub struct ModuleData { struct 982 impl ModuleData { argument 983 pub fn with_dir_path(&self, dir_path: PathBuf) -> ModuleData { in with_dir_path()
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | lib.rs | 487 struct ModuleData<'a> { struct 489 parent: Option<Module<'a>>, 491 kind: ModuleKind, 495 lazy_resolutions: Resolutions<'a>, 497 populate_on_access: Cell<bool>, 521 struct Module<'a>(Interned<'a, ModuleData<'a>>); argument 523 impl<'a> ModuleData<'a> { impl
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/ |
| D | collector.rs | 2246 modules: &mut [ModuleData], in borrow_modules() 2249 ) -> Option<(&mut ModuleData, &mut ModuleData)> { in borrow_modules()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 4733 ArrayRef<uint8_t> ModuleData; in EmbedBitcodeInModule() local
|