Searched refs:ResolvedScope (Results 1 – 1 of 1) sorted by relevance
368 llvm::Optional<std::string> ResolvedScope; member398 Result.ResolvedScope = ""; in extractUnresolvedNameCheaply()412 Result.ResolvedScope = std::move(SpecifiedNS); in extractUnresolvedNameCheaply()417 Result.ResolvedScope = printNamespaceScope(*ANS->getNamespace()); in extractUnresolvedNameCheaply()515 if (!Extracted->ResolvedScope && !S) // Give up if no scope available. in CorrectTypo()518 if (Extracted->ResolvedScope) in CorrectTypo()519 Unresolved.Scopes.push_back(*Extracted->ResolvedScope); in CorrectTypo()