Searched refs:NameAndAttributes (Results 1 – 3 of 3) sorted by relevance
278 NameAndAttributes &info = IterBool.first->second; in addObjCClass()291 NameAndAttributes info; in addObjCClass()317 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()336 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()464 NameAndAttributes info; in addDefinedSymbol()486 NameAndAttributes &info = _undefines[IterBool.first->first()]; in addAsmGlobalSymbol()531 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()555 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()618 for (StringMap<NameAndAttributes>::iterator u =_undefines.begin(), in parseSymbols()623 NameAndAttributes info = u->getValue(); in parseSymbols()[all …]
40 struct NameAndAttributes { struct55 std::vector<NameAndAttributes> _symbols;59 StringMap<NameAndAttributes> _undefines;
233 std::string NameAndAttributes; in MakePropertyEncodingString() local236 NameAndAttributes += '\0'; in MakePropertyEncodingString()237 NameAndAttributes += TypeStr.length() + 3; in MakePropertyEncodingString()238 NameAndAttributes += TypeStr; in MakePropertyEncodingString()239 NameAndAttributes += '\0'; in MakePropertyEncodingString()240 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()241 return MakeConstantString(NameAndAttributes); in MakePropertyEncodingString()