Searched refs:NameAndAttributes (Results 1 – 3 of 3) sorted by relevance
273 NameAndAttributes &info = IterBool.first->second; in addObjCClass()286 NameAndAttributes info; in addObjCClass()312 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()331 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()460 NameAndAttributes info; in addDefinedSymbol()482 NameAndAttributes &info = _undefines[IterBool.first->first()]; in addAsmGlobalSymbol()527 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()550 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()613 for (StringMap<NameAndAttributes>::iterator u =_undefines.begin(), in parseSymbols()618 NameAndAttributes info = u->getValue(); in parseSymbols()[all …]
40 struct NameAndAttributes { struct55 std::vector<NameAndAttributes> _symbols;59 StringMap<NameAndAttributes> _undefines;
238 std::string NameAndAttributes; in MakePropertyEncodingString() local241 NameAndAttributes += '\0'; in MakePropertyEncodingString()242 NameAndAttributes += TypeStr.length() + 3; in MakePropertyEncodingString()243 NameAndAttributes += TypeStr; in MakePropertyEncodingString()244 NameAndAttributes += '\0'; in MakePropertyEncodingString()245 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()246 return MakeConstantString(NameAndAttributes); in MakePropertyEncodingString()