Searched refs:CompileCommands (Results 1 – 3 of 3) sorted by relevance
248 std::vector<CompileCommand> CompileCommands = in ClangTool() local250 if (!CompileCommands.empty()) { in ClangTool()251 for (int I = 0, E = CompileCommands.size(); I != E; ++I) { in ClangTool()252 CompileCommand &Command = CompileCommands[I]; in ClangTool()
141 CompileCommands.push_back(CompileCommand(Directory, ToolCommandLine)); in FixedCompilationDatabase()146 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()
147 std::vector<CompileCommand> CompileCommands;