Home
last modified time | relevance | path

Searched refs:getAllCompileCommands (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp28 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anon54eac5320111::TargetAndModeAdderDatabase
29 return addTargetAndMode(Base->getAllCompileCommands()); in getAllCompileCommands()
H A DExpandResponseFilesCompilationDatabase.cpp46 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anonce75014e0111::ExpandResponseFilesDatabase
47 return expand(Base->getAllCompileCommands()); in getAllCompileCommands()
H A DCommonOptionsParser.cpp71 ArgumentsAdjustingCompilations::getAllCompileCommands() const { in getAllCompileCommands() function in ArgumentsAdjustingCompilations
72 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
H A DInterpolatingCompilationDatabase.cpp526 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anonba67d0cc0111::InterpolatingCompilationDatabase
527 return Inner->getAllCompileCommands(); in getAllCompileCommands()
H A DJSONCompilationDatabase.cpp252 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in JSONCompilationDatabase
H A DCompilationDatabase.cpp132 std::vector<CompileCommand> CompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in CompilationDatabase
/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h93 std::vector<CompileCommand> getAllCompileCommands() const override;
H A DCommonOptionsParser.h136 std::vector<CompileCommand> getAllCompileCommands() const override;
H A DCompilationDatabase.h143 /// ability to provide a feasible implementation for \c getAllCompileCommands.
147 virtual std::vector<CompileCommand> getAllCompileCommands() const;
226 /// The return value of getAllFiles() or getAllCompileCommands() is unchanged.
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp71 getAllCompileCommands(JSONCommandLineSyntax Syntax, StringRef JSONDatabase, in getAllCompileCommands() function
80 return Database->getAllCompileCommands(); in getAllCompileCommands()
143 std::vector<CompileCommand> Commands = getAllCompileCommands(
169 Commands = getAllCompileCommands(
560 EXPECT_EQ(0ul, Database.getAllCompileCommands().size()); in TEST()
/llvm-project/clang/tools/libclang/
H A DCXCompilationDatabase.cpp61 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands()
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py54 cmds = cdb.getAllCompileCommands()
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp802 getAllCompileCommands() const override { in clang_scan_deps_main()
927 AdjustingCompilations->getAllCompileCommands(); in clang_scan_deps_main()
785 getAllCompileCommands() const override { getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase