Searched refs:SourceRoot (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Representation.cpp | 324 StringRef OutDirectory, StringRef SourceRoot, in ClangDocContext() argument 331 llvm::SmallString<128> SourceRootDir(SourceRoot); in ClangDocContext() 332 if (SourceRoot.empty()) in ClangDocContext() 335 this->SourceRoot = std::string(SourceRootDir.str()); in ClangDocContext()
|
| H A D | Mapper.cpp | 39 getFile(D, D->getASTContext(), CDCtx.SourceRoot, IsFileInRootDir); in mapDecl()
|
| H A D | Representation.h | 429 bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, 437 std::string SourceRoot; // Directory where processed files are stored. Links member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | GlobalCompilationDatabase.cpp | 451 Result.PI.SourceRoot = DirCache->Path; in lookupCDB() 519 assert(!Lookup.PI.SourceRoot.empty()); in enqueue() 523 return T.Lookup.PI.SourceRoot == Lookup.PI.SourceRoot; in enqueue() 710 vlog("Broadcasting compilation database from {0}", T.PI.SourceRoot); in process() 712 Filter(T.PI.SourceRoot, Parent).filter(T.CDB->getAllFiles(), ShouldStop); in process()
|
| H A D | GlobalCompilationDatabase.h | 30 std::string SourceRoot; member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | GlobalCompilationDatabaseTests.cpp | 418 EXPECT_EQ(DB.getProjectInfo(File)->SourceRoot, testRoot()); in TEST_F() 419 EXPECT_EQ(DB.getProjectInfo(Header)->SourceRoot, testRoot()); in TEST_F() 423 EXPECT_EQ(DB.getProjectInfo(File)->SourceRoot, testRoot()); in TEST_F() 424 EXPECT_EQ(DB.getProjectInfo(Header)->SourceRoot, testRoot()); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/ |
| H A D | ClangDocMain.cpp | 83 static llvm::cl::opt<std::string> SourceRoot("source-root", llvm::cl::desc(R"( variable 215 SourceRoot, in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | BackgroundIndexStorage.cpp | 115 StorageDir = PI->SourceRoot; in operator ()()
|