Lines Matching refs:IterBool

270     auto IterBool =  in addObjCClass()  local
272 if (IterBool.second) { in addObjCClass()
273 NameAndAttributes &info = IterBool.first->second; in addObjCClass()
274 info.name = IterBool.first->first(); in addObjCClass()
306 auto IterBool = in addObjCCategory() local
309 if (!IterBool.second) in addObjCCategory()
312 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()
313 info.name = IterBool.first->first(); in addObjCCategory()
325 auto IterBool = in addObjCClassRef() local
328 if (!IterBool.second) in addObjCClassRef()
331 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()
332 info.name = IterBool.first->first(); in addObjCClassRef()
476 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
479 if (!IterBool.second) in addAsmGlobalSymbol()
482 NameAndAttributes &info = _undefines[IterBool.first->first()]; in addAsmGlobalSymbol()
494 info.name = IterBool.first->first(); in addAsmGlobalSymbol()
517 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
519 _asm_undefines.push_back(IterBool.first->first()); in addAsmGlobalSymbolUndef()
522 if (!IterBool.second) in addAsmGlobalSymbolUndef()
527 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()
528 info.name = IterBool.first->first(); in addAsmGlobalSymbolUndef()
544 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
547 if (!IterBool.second) in addPotentialUndefinedSymbol()
550 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()
552 info.name = IterBool.first->first(); in addPotentialUndefinedSymbol()