Lines Matching refs:IterBool
275 auto IterBool = in addObjCClass() local
277 if (IterBool.second) { in addObjCClass()
278 NameAndAttributes &info = IterBool.first->second; in addObjCClass()
279 info.name = IterBool.first->first(); in addObjCClass()
311 auto IterBool = in addObjCCategory() local
314 if (!IterBool.second) in addObjCCategory()
317 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()
318 info.name = IterBool.first->first(); in addObjCCategory()
330 auto IterBool = in addObjCClassRef() local
333 if (!IterBool.second) in addObjCClassRef()
336 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()
337 info.name = IterBool.first->first(); in addObjCClassRef()
480 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
483 if (!IterBool.second) in addAsmGlobalSymbol()
486 NameAndAttributes &info = _undefines[IterBool.first->first()]; in addAsmGlobalSymbol()
498 info.name = IterBool.first->first(); in addAsmGlobalSymbol()
521 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
523 _asm_undefines.push_back(IterBool.first->first()); in addAsmGlobalSymbolUndef()
526 if (!IterBool.second) in addAsmGlobalSymbolUndef()
531 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()
532 info.name = IterBool.first->first(); in addAsmGlobalSymbolUndef()
548 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
551 if (!IterBool.second) in addPotentialUndefinedSymbol()
554 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()
556 info.name = IterBool.first->first(); in addPotentialUndefinedSymbol()