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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  676     HI.Type.emplace();
  677     llvm::raw_string_ostream TypeOS(*HI.Type);
  686     HI.Type.emplace();
  687     llvm::raw_string_ostream OS(*HI.Type);
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  617          HI.Type = "void ()";
  634          HI.Type = "void ()";
  651          HI.Type = "int";
  669          HI.Type = "int";
  685          HI.Type = "int";
  697          HI.Type = "Foo<int, char, bool>";
  762          HI.Type = "void ()";
  788          HI.Type = "Foo<bool, true, false> (int, bool)";
  808          HI.Type = "class (lambda) **";
  829          HI.Type = "decltype(lamb) &";
  850          HI.Type = "class (lambda)";
  872          HI.Type = "class (lambda)";
  892          HI.Type = "int";
  949          HI.Type = "int";
  960          HI.Type = "int";
  974          HI.Type = "int";
  990          HI.Type = "const int";
 1001          HI.Type = "const char *";
 1027     EXPECT_EQ(H->Type, Expected.Type);
 1027     EXPECT_EQ(H->Type, Expected.Type);