Searched refs:UnresolvedScope (Results 1 – 1 of 1) sorted by relevance
373 llvm::Optional<std::string> UnresolvedScope; member414 Result.UnresolvedScope = std::move(*Spelling); in extractUnresolvedNameCheaply()440 if (!Result.UnresolvedScope) in extractUnresolvedNameCheaply()441 Result.UnresolvedScope.emplace(); in extractUnresolvedNameCheaply()450 Result.UnresolvedScope->append((Result.Name + Split.first).str()); in extractUnresolvedNameCheaply()524 if (Extracted->UnresolvedScope) { in CorrectTypo()526 Scope += *Extracted->UnresolvedScope; in CorrectTypo()