Searched refs:getAllFiles (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp24 std::vector<std::string> getAllFiles() const override {
25 return Base->getAllFiles();
H A DExpandResponseFilesCompilationDatabase.cpp36 std::vector<std::string> getAllFiles() const override {
37 return Base->getAllFiles();
H A DCommonOptionsParser.cpp66 ArgumentsAdjustingCompilations::getAllFiles() const { function in class:ArgumentsAdjustingCompilations
67 return Compilations->getAllFiles();
H A DAllTUsExecution.cpp103 for (const auto& File : Compilations.getAllFiles()) {
H A DInterpolatingCompilationDatabase.cpp505 : Inner(std::move(Inner)), Index(this->Inner->getAllFiles()) {}
523 std::vector<std::string> getAllFiles() const override {
524 return Inner->getAllFiles();
H A DJSONCompilationDatabase.cpp244 JSONCompilationDatabase::getAllFiles() const { function in class:JSONCompilationDatabase
H A DCompilationDatabase.cpp134 for (const auto &File : getAllFiles()) {
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h89 std::vector<std::string> getAllFiles() const override;
H A DCommonOptionsParser.h129 std::vector<std::string> getAllFiles() const override;
H A DCompilationDatabase.h136 virtual std::vector<std::string> getAllFiles() const { return {}; } function in class:clang::tooling::CompilationDatabase
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.
/openbsd-current/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp617 std::vector<std::string> getAllFiles() const override {

Completed in 102 milliseconds