Searched refs:ContainerT (Results 1 – 3 of 3) sorted by relevance
240 template<typename ContainerT>241 void appendTo(ContainerT &To) const {
1112 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument1114 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()1122 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()
127 template <typename ContainerT>128 static string containerStr (const ContainerT& c, int wrapLengthParam = 0, int numIndentationSpaces … in containerStr()160 template <typename ContainerT, typename T>161 static inline bool contains (const ContainerT& c, const T& key) in contains()