| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | MemberwiseConstructor.cpp | 55 dlog("MemberwiseConstructor for {0}?", Class->getName()); in prepare() 60 dlog(" can't construct base {0}", Base.getType().getAsString()); in prepare() 69 dlog(" conflicting constructor"); in prepare() 78 dlog(" difficult field {0}", D->getName()); in prepare() 81 dlog(" (skipping field {0})", D->getName()); in prepare() 90 dlog(" no fields to initialize"); in prepare() 204 dlog(" {0} CanCopy={1} CanMove={2} TriviallyCopyable={3}", C.getName(), in considerClassValue()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | StdLib.cpp | 188 dlog("Stdlib header: {0}", Good.first); in filter() 196 dlog("Ignoring wrong-header symbol {0}{1} in {2}", S.Scope, S.Name, in filter() 294 dlog("Index stdlib? {0}", in add() 298 dlog("No: disabled in config"); in add() 303 dlog("No: have {0}, {1}>={2}", in add() 349 dlog("Found standard library in {0}", llvm::join(SearchPaths, ", ")); in add() 354 dlog("No: lost the race"); in add() 358 dlog("Yes, index stdlib!"); in add()
|
| H A D | BackgroundQueue.cpp | 143 dlog("Queue: {0}/{1} ({2} active). Last idle at {3}", Stat.Completed, in notifyProgress()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | InsertionPoint.cpp | 38 dlog(" {0} {1} {2}", Matches, D->getDeclKindName(), D); in insertionDecl() 98 dlog("Looking for insertion point in {0}", DC.getDeclKindName()); in insertionPoint() 100 dlog(" anchor ({0})", A.Direction == Anchor::Above ? "above" : "below"); in insertionPoint() 102 dlog(" anchor matched before {0}", *D); in insertionPoint() 106 dlog("no anchor matched"); in insertionPoint()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FileDistance.cpp | 68 dlog("Source {0} = {1}, MaxUp = {2}", Canonical, S.second.Cost, in FileDistance() 146 dlog("distance({0} = {1})", Path, Cost); in distance() 155 dlog("distance({0} = {1})", URI, U->body()); in distance() 173 dlog("FileDistance for scheme {0}: {1}/{2} sources", Scheme, in forScheme()
|
| H A D | IncludeCleaner.cpp | 284 dlog("{0} doesn't have header guard and will not be considered unused", in mayConsiderUnused() 293 dlog("{0} header is filtered out by the configuration", FE->getName()); in mayConsiderUnused() 418 dlog("{0} was not used, but is not eligible to be diagnosed as unused", in getUnused() 424 dlog("{0} is {1}", MFI.Written, Used ? "USED" : "UNUSED"); in getUnused()
|
| H A D | Selection.cpp | 802 dlog("{2}skip: {0} {1}", printNodeToString(N, PrintPolicy), in canSafelySkipNode() 822 dlog("{2}push: {0} {1}", printNodeToString(Node, PrintPolicy), in push() 836 dlog("{1}pop: {0}", printNodeToString(N.ASTNode, PrintPolicy), indent(-1)); in pop() 944 dlog("{1}hit selection: {0}", S.printToString(SM), indent()); in claimRange() 1060 dlog("Computing selection for {0}", in SelectionTree() 1066 dlog("Built selection tree\n{0}", *this); in SelectionTree()
|
| H A D | CompileCommands.cpp | 533 dlog("ArgStripper Option spelling table"); in rulesFor() 535 dlog("{0}", Entry.first()); in rulesFor() 538 dlog(" {0} #={1} *={2} Mode={3}", R.Text, R.ExactArgs, R.PrefixArgs, in rulesFor() 541 dlog("Table spellings={0} rules={1} string-bytes={2}", Result->size(), in rulesFor()
|
| H A D | Format.cpp | 361 dlog("Initial code: {0}", FinalCode); in formatIncremental() 374 dlog("After {0}:\n{1}^{2}", Pass.first, in formatIncremental()
|
| H A D | FindTarget.cpp | 143 dlog("visit [{0}] {1}", Flags, nodeToString(DynTypedNode::create(Node))); in debug() 147 dlog("--> [{0}] {1}", Flags, nodeToString(DynTypedNode::create(*D))); in report() 530 dlog("allTargetDecls({0})", nodeToString(N)); in allTargetDecls() 1095 dlog("invalid location at node {0}", nodeToString(N)); in reportReference()
|
| H A D | IncludeFixer.cpp | 202 dlog("Unresolved name at {0}, last typo was {1}", in fix() 498 dlog("CorrectTypo: {0}", Typo.getAsString()); in CorrectTypo()
|
| H A D | ConfigCompile.cpp | 83 dlog("Config fragment {0}: condition not met", this); in operator ()() 87 dlog("Config fragment {0}: applying {1} rules", this, Apply.size()); in operator ()()
|
| H A D | GlobalCompilationDatabase.cpp | 268 dlog("Probing directory {0}", Path); in load() 341 dlog("No compilation database at {0}", Path); in load()
|
| H A D | CodeComplete.cpp | 1149 dlog("Signal for {0}: {1}", Signature, Signal); in processOverloadCandidate() 1616 dlog("Completion context words: {0}", in populateContextWords() 1902 dlog("CodeComplete: {0} ({1}) = {2}\n{3}{4}\n", First.Name, in addCandidate()
|
| H A D | FindSymbols.cpp | 148 dlog("FindSymbols: {0}{1} = {2}\n{3}{4}\n", Sym.Scope, Sym.Name, Score, in getWorkspaceSymbols()
|
| H A D | ParsedAST.cpp | 408 dlog("ClangTidy configuration for file {0}: {1}", Filename, in build()
|
| H A D | TUScheduler.cpp | 519 dlog("Preamble worker for {0} stopped", FileName); in run() 524 dlog("Preamble worker for {0} received stop", FileName); in stop()
|
| H A D | Preamble.cpp | 704 dlog("Created preamble patch: {0}", Patch.str()); in create()
|
| H A D | XRefs.cpp | 634 dlog("locateSymbolNamedTextuallyAt: {0}{1} = {2}\n{3}{4}\n", Sym.Scope, in locateSymbolTextually()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Logger.h | 101 #define dlog(...) \ macro
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Client.cpp | 83 dlog("Sending {0}: {1}", RequestT::descriptor()->name(), in streamRPC()
|