Lines Matching refs:CompileCommand
60 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, in getAllCompileCommands()
66 return std::vector<CompileCommand>(); in getAllCompileCommands()
104 std::vector<CompileCommand> Commands = getAllCompileCommands( in TEST()
142 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName, in findCompileArgsInJsonDatabase()
148 return CompileCommand(); in findCompileArgsInJsonDatabase()
149 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase()
152 return CompileCommand(); in findCompileArgsInJsonDatabase()
163 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()
253 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST()
264 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()
278 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST()
293 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()
310 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()
333 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in TEST()
345 CompileCommand FoundCommand = findCompileArgsInJsonDatabase( in unescapeJsonCommandLine()
452 std::vector<CompileCommand> Result = in TEST()
507 std::vector<CompileCommand> Result = in TEST()
526 std::vector<CompileCommand> Result = in TEST()
543 std::vector<CompileCommand> Result = in TEST()
562 std::vector<CompileCommand> Result = in TEST()