Searched refs:DeclInfoMap (Results 1 – 1 of 1) sorted by relevance
515 llvm::DenseMap<const Decl *, DeclInformation> DeclInfoMap; member530 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()