Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp214 std::string TypoScopeString; in CorrectTypo() local
222 TypoScopeString = ND->getNameAsString() + "::" + TypoScopeString; in CorrectTypo()
279 LLVM_DEBUG(llvm::dbgs() << "TypoScopeQualifiers: " << TypoScopeString in CorrectTypo()
282 query(QueryString, TypoScopeString, SymbolRange); in CorrectTypo()