Searched refs:ContentPerFile (Results 1 – 1 of 1) sorted by relevance
75 llvm::StringMap<StringRef> ContentPerFile; member in clang::clangd::__anonfec641830111::ScopifyEnum95 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()