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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  646     HI.ReturnType.emplace();
  648       llvm::raw_string_ostream OS(*HI.ReturnType);
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  616          HI.ReturnType = "void";
  633          HI.ReturnType = "void";
  761          HI.ReturnType = "void";
  787          HI.ReturnType = "Foo<bool, true, false>";
  809          HI.ReturnType = "bool";
  830          HI.ReturnType = "bool";
  851          HI.ReturnType = "bool";
  873          HI.ReturnType = "bool";
 1028     EXPECT_EQ(H->ReturnType, Expected.ReturnType);
 1028     EXPECT_EQ(H->ReturnType, Expected.ReturnType);