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

References

tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
  264   PI.CompileCommand.Filename = FooCpp;
  265   PI.CompileCommand.CommandLine = {"clang", "-xc++", FooCpp};
  268   Files[FooCpp] = "";
  290       FooCpp, *CI, /*OldPreamble=*/nullptr, tooling::CompileCommand(), PI,
  296         Index.updatePreamble(FooCpp, Ctx, std::move(PP), CanonIncludes);