Searched refs:ConversionSet (Results 1 – 2 of 2) sorted by relevance
296 typedef SmallVector<FunctionDecl*, 4> ConversionSet; typedef300 char Buffer[sizeof(ConversionSet)];311 ConversionSet &conversions() { in conversions()312 return *reinterpret_cast<ConversionSet*>(Buffer); in conversions()315 const ConversionSet &conversions() const { in conversions()316 return *reinterpret_cast<const ConversionSet*>(Buffer); in conversions()323 typedef ConversionSet::iterator iterator;327 typedef ConversionSet::const_iterator const_iterator;
541 new (&conversions()) ConversionSet(); in construct()545 conversions().~ConversionSet(); in destruct()552 new (&conversions()) ConversionSet(O.conversions()); in copyFrom()