Searched refs:SmallVectorTemplateCommon (Results 1 – 2 of 2) sorted by relevance
83 class SmallVectorTemplateCommon : public SmallVectorBase {95 SmallVectorTemplateCommon(size_t Size) in SmallVectorTemplateCommon() function186 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {188 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()267 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {269 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
82 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()119 const SmallVectorTemplateCommon<U *, DummyT> &Vec,