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

References

tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
  263   PI.CompileCommand.Directory = testRoot();
  264   PI.CompileCommand.Filename = FooCpp;
  265   PI.CompileCommand.CommandLine = {"clang", "-xc++", FooCpp};
  274   PI.FS = buildTestFS(std::move(Files));
  276   PI.Contents = R"cpp(
  285   auto CI = buildCompilerInvocation(PI, IgnoreDiags);
  290       FooCpp, *CI, /*OldPreamble=*/nullptr, tooling::CompileCommand(), PI,