Searched defs:TypeParams (Results 1 – 8 of 8) sorted by relevance
1465 if (auto TypeParams = OID->getTypeParamListAsWritten()) { VisitObjCInterfaceDecl() local 1480 if (auto TypeParams = OID->getTypeParamListAsWritten()) { VisitObjCInterfaceDecl() local 1558 if (auto TypeParams = PID->getTypeParamList()) { VisitObjCCategoryDecl() local
839 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
165 SmallVector<LLVMTypeRef, 4> TypeParams((size_t)NumTypeParams); Clone() local
172 ObjCTypeParamList *TypeParams = nullptr; ParseObjCAtClassDeclaration() local
3120 ObjCTypeParamList *TypeParams = TypeParamLists[i]; ActOnForwardClassDeclaration() local
2664 SmallVector<Type *, 4> TypeParams; parseTypeTableBody() local
3491 SmallVector<Type *> TypeParams; parseTargetExtType() local
947 LLVMTargetExtTypeInContext(LLVMContextRef C,const char * Name,LLVMTypeRef * TypeParams,unsigned TypeParamCount,unsigned * IntParams,unsigned IntParamCount) LLVMTargetExtTypeInContext() argument