Searched refs:SmallVectorTemplateCommon (Results 1 – 2 of 2) sorted by relevance
134 class SmallVectorTemplateCommon149 SmallVectorTemplateCommon(size_t Size) : Base(getFirstEl(), Size) {} in SmallVectorTemplateCommon() function343 class SmallVectorTemplateBase : public SmallVectorTemplateCommon<T> {344 friend class SmallVectorTemplateCommon<T>; variable350 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} in SmallVectorTemplateBase()489 class SmallVectorTemplateBase<T, true> : public SmallVectorTemplateCommon<T> {490 friend class SmallVectorTemplateCommon<T>; variable501 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,