Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DScopifyEnum.cpp75 llvm::StringMap<StringRef> ContentPerFile; member in clang::clangd::__anonfec641830111::ScopifyEnum
95 ContentPerFile.insert(std::make_pair(SM->getFilename(D->getLocation()), in apply()
206 if (auto It = ContentPerFile.find(FilePath); It != ContentPerFile.end()) in getContentForFile()
213 ContentPerFile.insert(std::make_pair(FilePath, Content)); in getContentForFile()