Searched refs:ConversionSet (Results 1 – 2 of 2) sorted by relevance
295 typedef SmallVector<FunctionDecl*, 4> ConversionSet; typedef299 char Buffer[sizeof(ConversionSet)];310 ConversionSet &conversions() { in conversions()311 return *reinterpret_cast<ConversionSet*>(Buffer); in conversions()314 const ConversionSet &conversions() const { in conversions()315 return *reinterpret_cast<const ConversionSet*>(Buffer); in conversions()322 typedef ConversionSet::iterator iterator;326 typedef ConversionSet::const_iterator const_iterator;
527 new (&conversions()) ConversionSet(); in construct()531 conversions().~ConversionSet(); in destruct()538 new (&conversions()) ConversionSet(O.conversions()); in copyFrom()