Searched refs:ConversionSet (Results 1 – 2 of 2) sorted by relevance
282 typedef SmallVector<FunctionDecl*, 4> ConversionSet; typedef286 char Buffer[sizeof(ConversionSet)];297 ConversionSet &conversions() { in conversions()298 return *reinterpret_cast<ConversionSet*>(Buffer); in conversions()301 const ConversionSet &conversions() const { in conversions()302 return *reinterpret_cast<const ConversionSet*>(Buffer); in conversions()309 typedef ConversionSet::iterator iterator;313 typedef ConversionSet::const_iterator const_iterator;
507 new (&conversions()) ConversionSet(); in construct()511 conversions().~ConversionSet(); in destruct()518 new (&conversions()) ConversionSet(O.conversions()); in copyFrom()