Searched refs:getAllCompileCommands (Results 1 – 9 of 9) sorted by relevance
131 virtual std::vector<CompileCommand> getAllCompileCommands() const = 0;211 std::vector<CompileCommand> getAllCompileCommands() const override;
88 std::vector<CompileCommand> getAllCompileCommands() const override;
60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands() function68 return Database->getAllCompileCommands(); in getAllCompileCommands()95 getAllCompileCommands("[]", ErrorMessage).size()) << ErrorMessage; in TEST()104 std::vector<CompileCommand> Commands = getAllCompileCommands( in TEST()123 Commands = getAllCompileCommands( in TEST()479 EXPECT_EQ(0ul, Database.getAllCompileCommands().size()); in TEST()
77 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in __anon849a07f20111::ArgumentsAdjustingCompilations78 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
319 FixedCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in FixedCompilationDatabase
207 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in clang::tooling::JSONCompilationDatabase
38 cmds = cdb.getAllCompileCommands()
63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands()
2840 def getAllCompileCommands(self): member in CompilationDatabase