reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  134       : Cmd(std::move(C)), Type(guessType(Cmd.Filename)),
  135         ClangCLMode(checkIsCLMode(Cmd.CommandLine)) {
  136     std::vector<std::string> OldArgs = std::move(Cmd.CommandLine);
  137     Cmd.CommandLine.clear();
  154       Cmd.CommandLine.emplace_back(OldArgs.front());
  190       Cmd.CommandLine.insert(Cmd.CommandLine.end(),
  190       Cmd.CommandLine.insert(Cmd.CommandLine.end(),
  204     CompileCommand Result = Cmd;
  233     Result.Heuristic = "inferred from " + Cmd.Filename;