Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp515 llvm::DenseMap<const Decl *, DeclInformation> DeclInfoMap; member
530 auto InsertionResult = DeclInfoMap.insert( in createDeclInfo()
531 {D, DeclInformation(D, RelativeLoc, DeclInfoMap.size())}); in createDeclInfo()
539 auto Iter = DeclInfoMap.find(D); in getDeclInfoFor()
540 if (Iter == DeclInfoMap.end()) in getDeclInfoFor()
665 for (const auto &KeyVal : CapturedInfo.DeclInfoMap) { in createParameters()