Lines Matching refs:getCompileCommands
184 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase()
520 Database.getCompileCommands(FileName); in TEST()
558 std::vector<CompileCommand> Result = CDB->getCompileCommands("/foo/bar.cc"); in TEST()
599 Database->getCompileCommands("source"); in TEST()
616 Database->getCompileCommands("source"); in TEST()
633 Database->getCompileCommands("source"); in TEST()
651 std::vector<CompileCommand> Result = Database->getCompileCommands("source"); in TEST()
668 Database->getCompileCommands("source"); in TEST()
682 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands() function
735 ->getCompileCommands(MakeNative ? path(F) : F); in getCommand()
752 ->getCompileCommands(path(F)); in getProxy()
921 ->getCompileCommands(path(F)); in getCommand()
950 ->getCompileCommands(path(F)); in getCommand()