Lines Matching refs:LocalDeclMap
698 LocalDeclMap,
800 auto I = LocalDeclMap.find(variable);
801 assert(I != LocalDeclMap.end());
1008 if (capture.isConstant()) return LocalDeclMap.find(variable)->second;
1047 CodeGenFunction::DeclMapTy LocalDeclMap;
1050 LocalDeclMap,
1126 // Instead of messing around with LocalDeclMap, just set the value
1269 auto addr = LocalDeclMap.find(variable)->second;