Home
last modified time | relevance | path

Searched defs:source_root (Results 1 – 23 of 23) sorted by relevance

/third_party/gn/src/gn/
Dsource_dir_unittest.cc16 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
Dpath_output_unittest.cc17 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
Dlabel.cc32 std::string_view source_root, in ComputeBuildLocationFromDep()
91 std::string_view source_root, in Resolve()
273 std::string_view source_root,
Dfilesystem_utils.cc362 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()
Dvisibility_unittest.cc57 std::string source_root = "/foo/bar/baz/"; in TEST() local
Dlabel_pattern_unittest.cc93 std::string source_root = "/foo/bar/baz/"; in TEST() local
Dlabel_unittest.cc111 std::string source_root("/foo/bar/baz"); in TEST() local
Dvisibility.cc30 std::string_view source_root, in Set()
Dlabel_pattern.cc66 std::string_view source_root, in LabelPattern()
Dpath_output.cc14 std::string_view source_root, in PathOutput()
Dsource_dir.cc117 std::string_view source_root, in ResolveRelativeAs()
Dfilesystem_utils_unittest.cc427 std::string_view source_root("/source/root"); in TEST() local
Dcompile_commands_writer_unittest.cc660 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/
Ddiagnostics.rs41 let source_root = db.file_source_root(file_id); in run() localVariable
42 let source_root = db.source_root(source_root); in run() localVariable
Danalysis_stats.rs110 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/
Dlib.rs101 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
Dchange.rs73 let source_root = db.source_root(source_root_id); in apply() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dstatic_index.rs191 let source_root = db.file_source_root(file_id); in compute() localVariable
192 let source_root = db.source_root(source_root); in compute() localVariable
Dlib.rs232 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/
Dmod_.rs46 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/
Dsearch.rs103 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/
Dunlinked_file.rs59 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/
Dmain_loop.rs799 let source_root = db.file_source_root(file_id); in update_diagnostics() localVariable