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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  533         P.Default = TTP->getDefaultArgument().getAsString(PP);
  544         P.Default.emplace();
  545         llvm::raw_string_ostream Out(*P.Default);
  559         P.Default.emplace();
  560         llvm::raw_string_ostream Out(*P.Default);
  670         P.Default.emplace();
  671         llvm::raw_string_ostream Out(*P.Default);
 1301   if (P.Default)
 1302     OS << " = " << *P.Default;
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);