Searched refs:ConversionSet (Results 1 – 2 of 2) sorted by relevance
285 typedef SmallVector<FunctionDecl*, 4> ConversionSet; typedef289 char Buffer[sizeof(ConversionSet)];300 ConversionSet &conversions() { in conversions()301 return *reinterpret_cast<ConversionSet*>(Buffer); in conversions()304 const ConversionSet &conversions() const { in conversions()305 return *reinterpret_cast<const ConversionSet*>(Buffer); in conversions()312 typedef ConversionSet::iterator iterator;316 typedef ConversionSet::const_iterator const_iterator;
520 new (&conversions()) ConversionSet(); in construct()524 conversions().~ConversionSet(); in destruct()531 new (&conversions()) ConversionSet(O.conversions()); in copyFrom()