Home
last modified time | relevance | path

Searched refs:getAllFiles (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp24 std::vector<std::string> getAllFiles() const override { in getAllFiles() function in clang::tooling::__anon54eac5320111::TargetAndModeAdderDatabase
25 return Base->getAllFiles(); in getAllFiles()
H A DExpandResponseFilesCompilationDatabase.cpp37 std::vector<std::string> getAllFiles() const override { in getAllFiles() function in clang::tooling::__anonce75014e0111::ExpandResponseFilesDatabase
38 return Base->getAllFiles(); in getAllFiles()
H A DCommonOptionsParser.cpp66 ArgumentsAdjustingCompilations::getAllFiles() const { in getAllFiles() function in ArgumentsAdjustingCompilations
67 return Compilations->getAllFiles(); in getAllFiles()
H A DInterpolatingCompilationDatabase.cpp504 : Inner(std::move(Inner)), Index(this->Inner->getAllFiles()) {} in InterpolatingCompilationDatabase()
522 std::vector<std::string> getAllFiles() const override { in getAllFiles() function in clang::tooling::__anonba67d0cc0111::InterpolatingCompilationDatabase
523 return Inner->getAllFiles(); in getAllFiles()
H A DAllTUsExecution.cpp103 for (const auto& File : Compilations.getAllFiles()) { in execute()
H A DJSONCompilationDatabase.cpp244 JSONCompilationDatabase::getAllFiles() const { in getAllFiles() function in JSONCompilationDatabase
H A DCompilationDatabase.cpp134 for (const auto &File : getAllFiles()) { in getAllCompileCommands()
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp55 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, in getAllFiles() function
65 auto Result = Database->getAllFiles(); in getAllFiles()
85 EXPECT_THAT(getAllFiles("[]", ErrorMessage, JSONCommandLineSyntax::Gnu), in TEST()
99 EXPECT_THAT(getAllFiles(R"json( in TEST()
551 EXPECT_THAT(Database.getAllFiles(), IsEmpty()); in TEST()
722 std::vector<std::string> getAllFiles() const override { in getAllFiles() function
H A DExecutionTest.cpp237 std::vector<std::string> getAllFiles() const override { return Files; } in getCompileCommands()
240 std::vector<std::string> getAllFiles() const override { return Files; } getAllFiles() function in clang::tooling::FixedCompilationDatabaseWithFiles
/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h89 std::vector<std::string> getAllFiles() const override;
H A DCommonOptionsParser.h134 std::vector<std::string> getAllFiles() const override;
H A DCompilationDatabase.h136 virtual std::vector<std::string> getAllFiles() const { return {}; } in getAllFiles() function
145 /// By default, this is implemented in terms of getAllFiles() and
153 /// This compilation database is not enumerable: getAllFiles() returns {}.
226 /// The return value of getAllFiles() or getAllCompileCommands() is unchanged.
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp717 Filter(T.PI.SourceRoot, Parent).filter(T.CDB->getAllFiles(), ShouldStop); in process()
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp797 std::vector<std::string> getAllFiles() const override { in clang_scan_deps_main()
780 std::vector<std::string> getAllFiles() const override { getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase