Searched refs:ContainerT (Results 1 – 5 of 5) sorted by relevance
109 template <typename ContainerT>111 ContainerT, std::enable_if_t<std::is_member_function_pointer<112 decltype(&ContainerT::push_back)>::value,113 ContainerT>> {114 using ElementT = typename ContainerT::value_type;115 static FailureOr<ContainerT> parse(AsmParser &parser) {116 ContainerT elements;
331 template<typename ContainerT>332 void appendTo(ContainerT &To) const { in appendTo()
239 template <typename ContainerT>240 static bool containsExpr(ASTContext *Context, const ContainerT *Container, in containsExpr()
456 template <typename ContainerT>457 void addTemplateParams(ContainerT &&container) { in addTemplateParams()
1118 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument1120 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()