Home
last modified time | relevance | path

Searched refs:ContainerT (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectImplementation.h109 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;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h331 template<typename ContainerT>
332 void appendTo(ContainerT &To) const { in appendTo()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp239 template <typename ContainerT>
240 static bool containsExpr(ASTContext *Context, const ContainerT *Container, in containsExpr()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h456 template <typename ContainerT>
457 void addTemplateParams(ContainerT &&container) { in addTemplateParams()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1118 static void CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, in CheckKeyForObjCARCConversion() argument
1120 if (ContainerT.isNull()) in CheckKeyForObjCARCConversion()
1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion()