Searched refs:NameAndAttributes (Results 1 – 3 of 3) sorted by relevance
272 NameAndAttributes &info = IterBool.first->second; in addObjCClass()285 NameAndAttributes info; in addObjCClass()310 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()328 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()554 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()621 for (StringMap<NameAndAttributes>::iterator u =_undefines.begin(), in parseSymbols()626 NameAndAttributes info = u->getValue(); in parseSymbols()[all …]
41 struct NameAndAttributes { struct56 std::vector<NameAndAttributes> _symbols;60 StringMap<NameAndAttributes> _undefines;
230 std::string NameAndAttributes; in MakePropertyEncodingString() local233 NameAndAttributes += '\0'; in MakePropertyEncodingString()234 NameAndAttributes += TypeStr.length() + 3; in MakePropertyEncodingString()235 NameAndAttributes += TypeStr; in MakePropertyEncodingString()236 NameAndAttributes += '\0'; in MakePropertyEncodingString()237 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()238 return MakeConstantString(NameAndAttributes); in MakePropertyEncodingString()