Searched refs:ResolvedScope (Results 1 – 1 of 1) sorted by relevance
226 llvm::Optional<std::string> ResolvedScope; member249 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()