Home
last modified time | relevance | path

Searched refs:SourceRoot (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp324 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 DMapper.cpp39 getFile(D, D->getASTContext(), CDCtx.SourceRoot, IsFileInRootDir); in mapDecl()
H A DRepresentation.h429 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 DGlobalCompilationDatabase.cpp451 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 DGlobalCompilationDatabase.h30 std::string SourceRoot; member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp418 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 DClangDocMain.cpp83 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 DBackgroundIndexStorage.cpp115 StorageDir = PI->SourceRoot; in operator ()()