Searched refs:UnresolvedScope (Results 1 – 1 of 1) sorted by relevance
231 llvm::Optional<std::string> UnresolvedScope; member267 Result.UnresolvedScope = Spelling; in extractUnresolvedNameCheaply()292 if (!Result.UnresolvedScope) in extractUnresolvedNameCheaply()293 Result.UnresolvedScope.emplace(); in extractUnresolvedNameCheaply()302 Result.UnresolvedScope->append((Result.Name + Split.first).str()); in extractUnresolvedNameCheaply()366 if (Extracted->UnresolvedScope) { in CorrectTypo()368 Scope += *Extracted->UnresolvedScope; in CorrectTypo()