Searched refs:ProjectRoot (Results 1 – 10 of 10) sorted by relevance
76 std::shared_ptr<grpc::Channel> Channel, llvm::StringRef ProjectRoot, in IndexClient() argument80 /*LocalIndexRoot=*/ProjectRoot)), in IndexClient()82 assert(!ProjectRoot.empty()); in IndexClient()129 llvm::StringRef ProjectRoot) { in getClient() argument134 new IndexClient(Channel, ProjectRoot)); in getClient()
11 import com.github.javaparser.utils.ProjectRoot;38 public ProjectRoot collect(Path path) { in collect()39 ProjectRoot projectRoot = new ProjectRoot(path, parserConfiguration); in collect()
19 public class ProjectRoot { class25 public ProjectRoot(Path root) { in ProjectRoot() method in ProjectRoot29 public ProjectRoot(Path root, ParserConfiguration parserConfiguration) { in ProjectRoot() method in ProjectRoot
32 public ProjectRoot collect(Path path) { in collect()33 ProjectRoot projectRoot = new ProjectRoot(path, parserConfiguration); in collect()
20 ProjectRoot collect(Path path); in collect()
7 import com.github.javaparser.utils.ProjectRoot;21 private final ProjectRoot projectRoot = new SymbolSolverCollectionStrategy().collect(root);
15 private final ProjectRoot projectRoot = new ParserCollectionStrategy().collect(root);
35 llvm::cl::opt<std::string> ProjectRoot( variable335 ProjectRoot) in openIndex()379 if (RemoteMode && ProjectRoot.empty()) { in main()
508 opt<std::string> ProjectRoot{ variable770 if (RemoteIndexAddress.empty() != ProjectRoot.empty()) { in main()778 StaticIdx = remote::getClient(RemoteIndexAddress, ProjectRoot); in main()
314 * BREAKING: `SymbolSolverQuickSetup` has been removed in favor of `ProjectRoot` and `SymbolSolverCo…319 * @daanschipper added `ProjectRoot` which is used for analysing and storing project structure.