HomeSort by relevance Sort by last modified time
    Searched refs:CompileCommands (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Tooling/
Tooling.cpp 251 CompileCommands.push_back(std::make_pair(File.str(),
297 for (unsigned I = 0; I < CompileCommands.size(); ++I) {
298 std::string File = CompileCommands[I].first;
306 if (chdir(CompileCommands[I].second.Directory.c_str()))
308 CompileCommands[I].second.Directory + "\n!");
309 std::vector<std::string> CommandLine = CompileCommands[I].second.CommandLine;
CompilationDatabase.cpp 120 CompileCommands.push_back(CompileCommand(Directory, ToolCommandLine));
125 std::vector<CompileCommand> Result(CompileCommands);
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 196 std::vector<CompileCommand> CompileCommands;
Tooling.h 230 std::vector< std::pair<std::string, CompileCommand> > CompileCommands;
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 3 from clang.cindex import CompileCommands
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 833 milliseconds