Lines Matching refs:second
71 return Record->second.get(); in findRecord()
183 if (Result.second) in addGlobal()
184 Result.first->second = in addGlobal()
187 updateLinkage(Result.first->second.get(), Linkage); in addGlobal()
188 updateFlags(Result.first->second.get(), Flags); in addGlobal()
190 return Result.first->second.get(); in addGlobal()
198 if (Result.second) in addObjCInterface()
199 Result.first->second = in addObjCInterface()
202 Result.first->second->updateLinkageForSymbols(SymType, Linkage); in addObjCInterface()
203 return Result.first->second.get(); in addObjCInterface()
222 return Result.second; in addObjCCategory()
233 if (Result.second) in addObjCCategory()
234 Result.first->second = in addObjCCategory()
239 ObjCClass->addObjCCategory(Result.first->second.get()); in addObjCCategory()
241 return Result.first->second.get(); in addObjCCategory()
247 [&](auto &Record) { Records.push_back(Record.second.get()); }); in getObjCIVars()
255 [&](auto &Record) { Records.push_back(Record.second); }); in getObjCCategories()
262 if (Result.second) in addObjCIVar()
263 Result.first->second = std::make_unique<ObjCIVarRecord>(IVar, Linkage); in addObjCIVar()
264 return Result.first->second.get(); in addObjCIVar()
296 V.visitGlobal(*G.second); in visit()
298 V.visitObjCInterface(*C.second); in visit()
300 V.visitObjCCategory(*Cat.second); in visit()