Searched refs:SmallVectorTemplateCommon (Results 1 – 2 of 2) sorted by relevance
133 class SmallVectorTemplateCommon148 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {} in SmallVectorTemplateCommon() function342 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {343 friend class SmallVectorTemplateCommon<T>;349 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()488 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {489 friend class SmallVectorTemplateCommon<T>;500 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,