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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1000     dlog("Signal for {0}: {1}", Signature, Signal);
 1411     dlog("Completion context words: {0}",
 1656     dlog("CodeComplete: {0} ({1}) = {2}\n{3}{4}\n", First.Name,
tools/clang/tools/extra/clangd/FileDistance.cpp
   67     dlog("Source {0} = {1}, MaxUp = {2}", Canonical, S.second.Cost,
  145   dlog("distance({0} = {1})", Path, Cost);
  154     dlog("distance({0} = {1})", URI, U->body());
  172     dlog("FileDistance for scheme {0}: {1}/{2} sources", Scheme,
tools/clang/tools/extra/clangd/FindSymbols.cpp
  120     dlog("FindSymbols: {0}{1} = {2}\n{3}{4}\n", Sym.Scope, Sym.Name, Score,
tools/clang/tools/extra/clangd/FindTarget.cpp
  121     dlog("visit [{0}] {1}", Flags,
  126     dlog("--> [{0}] {1}", Flags,
  344   dlog("allTargetDecls({0})", nodeToString(N));
  708       dlog("invalid location at node {0}", nodeToString(N));
tools/clang/tools/extra/clangd/Format.cpp
  330   dlog("Initial code: {0}", FinalCode);
  343     dlog("After {0}:\n{1}^{2}", Pass.first,
tools/clang/tools/extra/clangd/ParsedAST.cpp
  259     dlog("ClangTidy configuration for file {0}: {1}", Filename,
tools/clang/tools/extra/clangd/Selection.cpp
  329     dlog("{1}skip: {0}", printNodeToString(N, PrintPolicy), indent());
  330     dlog("{1}skipped range = {0}", S.printToString(SM), indent(1));
  338     dlog("{1}push: {0}", printNodeToString(Node, PrintPolicy), indent());
  353     dlog("{1}pop: {0}", printNodeToString(N.ASTNode, PrintPolicy), indent(-1));
  396     dlog("{1}claimRange: {0}", Range->printToString(SM), indent());
  406       dlog("{1}hit selection: {0}",
  493   dlog("Computing selection for {0}",
  498   dlog("Built selection tree\n{0}", *this);
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  352            clEnumValN(Logger::Debug, "verbose", "Low level details")),