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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  524     P.Type.emplace();
  526       P.Type = TTP->wasDeclaredWithTypename() ? "typename" : "class";
  528         *P.Type += "...";
  538       llvm::raw_string_ostream Out(*P.Type);
  549       llvm::raw_string_ostream OS(*P.Type);
  657         P.Type.emplace();
  658         llvm::raw_string_ostream OS(*P.Type);
 1296   if (P.Type)
 1297     Output.push_back(*P.Type);
tools/clang/tools/extra/clangd/XRefs.h
  118   return std::tie(LHS.Type, LHS.Name, LHS.Default) ==
  119          std::tie(RHS.Type, RHS.Name, RHS.Default);