Searched refs:SmallVectorTemplateCommon (Results 1 – 2 of 2) sorted by relevance
106 class SmallVectorTemplateCommon121 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {} in SmallVectorTemplateCommon() function315 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {316 friend class SmallVectorTemplateCommon<T>;322 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()459 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {460 friend class SmallVectorTemplateCommon<T>;472 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()
90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()136 const SmallVectorTemplateCommon<U *, DummyT> &Vec,