Searched refs:ContainerT (Results 1 – 2 of 2) sorted by relevance
1050 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument1052 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()1060 GetterSelector, ContainerT, true /*instance*/); in CheckKeyForObjCARCConversion()
767 template <typename ContainerT = Array>768 bool insertNonEmptyValues(Object &Obj, TBDKey Key, ContainerT &&Contents) { in insertNonEmptyValues()