Searched refs:getCompileCommands (Results 1 – 10 of 10) sorted by relevance
27 assert cdb.getCompileCommands('file_do_not_exist.cpp') == None32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')65 cmds = cdb.getCompileCommands(file)77 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')96 for cmd in cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'):103 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')111 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
119 virtual std::vector<CompileCommand> getCompileCommands(200 getCompileCommands(StringRef FilePath) const override;
79 getCompileCommands(StringRef FilePath) const override;
149 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase()453 Database.getCompileCommands(FileName); in TEST()508 Database->getCompileCommands("source"); in TEST()527 Database->getCompileCommands("source"); in TEST()544 Database->getCompileCommands("source"); in TEST()563 Database->getCompileCommands("source"); in TEST()
69 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in __anon849a07f20111::ArgumentsAdjustingCompilations70 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
306 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase
391 Compilations.getCompileCommands(File); in run()
52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands()
2832 def getCompileCommands(self, filename): member in CompilationDatabase