Lines Matching refs:IterBool
280 auto IterBool = in addObjCClass() local
282 if (IterBool.second) { in addObjCClass()
283 NameAndAttributes &info = IterBool.first->second; in addObjCClass()
284 info.name = IterBool.first->first().data(); in addObjCClass()
316 auto IterBool = in addObjCCategory() local
319 if (!IterBool.second) in addObjCCategory()
322 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()
323 info.name = IterBool.first->first().data(); in addObjCCategory()
335 auto IterBool = in addObjCClassRef() local
338 if (!IterBool.second) in addObjCClassRef()
341 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()
342 info.name = IterBool.first->first().data(); in addObjCClassRef()
489 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
492 if (!IterBool.second) in addAsmGlobalSymbol()
495 NameAndAttributes &info = _undefines[IterBool.first->first().data()]; in addAsmGlobalSymbol()
507 info.name = IterBool.first->first().data(); in addAsmGlobalSymbol()
530 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
532 _asm_undefines.push_back(IterBool.first->first().data()); in addAsmGlobalSymbolUndef()
535 if (!IterBool.second) in addAsmGlobalSymbolUndef()
540 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()
541 info.name = IterBool.first->first().data(); in addAsmGlobalSymbolUndef()
556 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
559 if (!IterBool.second) in addPotentialUndefinedSymbol()
562 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()
564 info.name = IterBool.first->first().data(); in addPotentialUndefinedSymbol()