Lines Matching refs:CompileCommand
54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase,
60 return std::vector<CompileCommand>();
98 std::vector<CompileCommand> Commands = getAllCompileCommands(
115 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName,
121 return CompileCommand();
122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
125 return CompileCommand();
207 CompileCommand NotFound = findCompileArgsInJsonDatabase(
218 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
232 CompileCommand NotFound = findCompileArgsInJsonDatabase(
247 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
264 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
287 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
299 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
405 std::vector<CompileCommand> Result =
457 std::vector<CompileCommand> Result =
476 std::vector<CompileCommand> Result =