Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp373 llvm::Optional<std::string> UnresolvedScope; member
414 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()