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

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  146   Cmd.CommandLine.pop_back();
  149   Cmd.CommandLine.push_back("-MF");
  150   Cmd.CommandLine.push_back("random-dependency");
  153   Cmd.CommandLine.push_back("-Xclang");
  154   Cmd.CommandLine.push_back("-load");
  155   Cmd.CommandLine.push_back("-Xclang");
  156   Cmd.CommandLine.push_back("random-plugin");
  158   Cmd.CommandLine.push_back("-DA=5");
  159   Cmd.CommandLine.push_back(Cmd.Filename);
  159   Cmd.CommandLine.push_back(Cmd.Filename);
  161   CDB.setCompileCommand(testPath("foo.cc"), Cmd);