| /third_party/gn/src/gn/ |
| D | source_dir_unittest.cc | 16 std::string_view source_root("C:/source/root"); in TEST() local 18 std::string_view source_root("/source/root"); in TEST() local 119 std::string_view source_root("C:/source/root"); in TEST() local 121 std::string_view source_root("/source/root"); in TEST() local
|
| D | path_output_unittest.cc | 17 std::string_view source_root("/source/root"); in TEST() local 59 std::string_view source_root("/source/root"); in TEST() local 77 std::string_view source_root("/source/root"); in TEST() local 95 std::string_view source_root("/source/root"); in TEST() local 148 std::string_view source_root("/source/root"); in TEST() local 172 std::string_view source_root("/source/root"); in TEST() local 262 std::string_view source_root("/source/root"); in TEST() local
|
| D | label.cc | 32 std::string_view source_root, in ComputeBuildLocationFromDep() 91 std::string_view source_root, in Resolve() 273 std::string_view source_root,
|
| D | filesystem_utils.cc | 362 bool MakeAbsolutePathRelativeIfPossible(std::string_view source_root, in MakeAbsolutePathRelativeIfPossible() 507 void NormalizePath(std::string* path, std::string_view source_root) { in NormalizePath() 754 std::string_view source_root) { in RebasePath() 806 const base::FilePath& source_root) { in ResolvePath() 834 std::string_view source_root) { in ResolveRelative() 911 SourceDir SourceDirForPath(const base::FilePath& source_root, in SourceDirForPath() 953 SourceDir SourceDirForCurrentDirectory(const base::FilePath& source_root) { in SourceDirForCurrentDirectory()
|
| D | visibility_unittest.cc | 57 std::string source_root = "/foo/bar/baz/"; in TEST() local
|
| D | label_pattern_unittest.cc | 93 std::string source_root = "/foo/bar/baz/"; in TEST() local
|
| D | label_unittest.cc | 111 std::string source_root("/foo/bar/baz"); in TEST() local
|
| D | visibility.cc | 30 std::string_view source_root, in Set()
|
| D | label_pattern.cc | 66 std::string_view source_root, in LabelPattern()
|
| D | path_output.cc | 14 std::string_view source_root, in PathOutput()
|
| D | source_dir.cc | 117 std::string_view source_root, in ResolveRelativeAs()
|
| D | filesystem_utils_unittest.cc | 427 std::string_view source_root("/source/root"); in TEST() local
|
| D | compile_commands_writer_unittest.cc | 660 const std::string source_root("/home/me/build/"); in TEST_F() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/ |
| D | diagnostics.rs | 41 let source_root = db.file_source_root(file_id); in run() localVariable 42 let source_root = db.source_root(source_root); in run() localVariable
|
| D | analysis_stats.rs | 110 let source_root = db.file_source_root(file_id); in run() localVariable 111 let source_root = db.source_root(source_root); in run() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/ |
| D | lib.rs | 101 fn source_root(&self, id: SourceRootId) -> Arc<SourceRoot>; in source_root() method 127 let source_root = self.0.file_source_root(path.anchor); in resolve_path() localVariable 128 let source_root = self.0.source_root(source_root); in resolve_path() localVariable 134 let source_root = self.0.file_source_root(file_id); in relevant_crates() localVariable
|
| D | change.rs | 73 let source_root = db.source_root(source_root_id); in apply() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | static_index.rs | 191 let source_root = db.file_source_root(file_id); in compute() localVariable 192 let source_root = db.source_root(source_root); in compute() localVariable
|
| D | lib.rs | 232 let source_root = SourceRoot::new_local(file_set); in from_single_file() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/ |
| D | mod_.rs | 46 let source_root = ctx.db.source_root(ctx.db.file_source_root(module_definition_file)); in complete_mod() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/ |
| D | search.rs | 103 let source_root = db.source_root(source_root_id); in crate_graph() localVariable 115 let source_root = db.source_root(source_root_id); in reverse_dependencies() localVariable 125 let source_root = db.source_root(source_root_id); in krate() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/ |
| D | unlinked_file.rs | 59 let source_root = ctx.sema.db.source_root(ctx.sema.db.file_source_root(file_id)); in fixes() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | main_loop.rs | 799 let source_root = db.file_source_root(file_id); in update_diagnostics() localVariable
|