Home
last modified time | relevance | path

Searched refs:CompileCommands (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Tooling/
DTooling.cpp248 std::vector<CompileCommand> CompileCommands = in ClangTool() local
250 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()
DCompilationDatabase.cpp141 CompileCommands.push_back(CompileCommand(Directory, ToolCommandLine)); in FixedCompilationDatabase()
146 std::vector<CompileCommand> Result(CompileCommands); in getCompileCommands()
/external/clang/include/clang/Tooling/
DCompilationDatabase.h147 std::vector<CompileCommand> CompileCommands;