Lines Matching refs:LocalDeclMap
614 auto it = CGF.LocalDeclMap.find(LocalVD);
615 if (it != CGF.LocalDeclMap.end()) {
643 copyInto(SavedPrivates, CGF.LocalDeclMap);
650 copyInto(SavedLocals, CGF.LocalDeclMap);
662 return !VD->isLocalVarDeclOrParm() && CGF.LocalDeclMap.count(VD) > 0;
940 /// LocalDeclMap - This keeps track of the LLVM allocas or globals for local C
942 DeclMapTy LocalDeclMap;
1819 auto it = LocalDeclMap.find(VD);
1820 assert(it != LocalDeclMap.end() &&
2320 /// llvm.localrecover. Insert the localrecover result into the LocalDeclMap.
3252 assert(!LocalDeclMap.count(VD) && "Decl already exists in LocalDeclMap!");
3253 LocalDeclMap.insert({VD, Addr});