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

References

tools/clang/tools/extra/clangd/unittests/ParsedASTTests.cpp
  221   Inputs.FS = buildTestFS({{testPath("foo.cpp"), "void test() {}"}});
  222   Inputs.CompileCommand.CommandLine = {"clang", "-fsome-unknown-flag",
  225   EXPECT_NE(buildCompilerInvocation(Inputs, IgnoreDiags), nullptr);
  228   Inputs.CompileCommand.CommandLine = {
  230   EXPECT_NE(buildCompilerInvocation(Inputs, IgnoreDiags), nullptr);