Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp231 llvm::Optional<std::string> UnresolvedScope; member
267 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()