Home
last modified time | relevance | path

Searched refs:ResolvedScope (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp226 llvm::Optional<std::string> ResolvedScope; member
249 Result.ResolvedScope = ""; in extractUnresolvedNameCheaply()
265 Result.ResolvedScope = SpecifiedNS; in extractUnresolvedNameCheaply()
269 Result.ResolvedScope = printNamespaceScope(*ANS->getNamespace()); in extractUnresolvedNameCheaply()
357 if (!Extracted->ResolvedScope && !S) // Give up if no scope available. in CorrectTypo()
360 if (Extracted->ResolvedScope) in CorrectTypo()
361 Unresolved.Scopes.push_back(*Extracted->ResolvedScope); in CorrectTypo()