Searched refs:TypeParams (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 195 ArrayRef<Type *> TypeParams; 199 : Name(N), TypeParams(TP), IntParams(IP) {} 201 : Name(TT->getName()), TypeParams(TT->type_params()), 205 return Name == that.Name && TypeParams == that.TypeParams && 222 hash_combine_range(Key.TypeParams.begin(), Key.TypeParams.end()),
|
| H A D | Core.cpp | 919 LLVMTypeRef *TypeParams, in LLVMTargetExtTypeInContext() argument 923 ArrayRef<Type *> TypeParamArray(unwrap(TypeParams), TypeParamCount); in LLVMTargetExtTypeInContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1508 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1509 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1518 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1519 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1596 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local 1597 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 839 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local 840 if (!TypeParams) in checkPreObjCMessage() 843 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3119 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local 3120 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration() 3124 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration() 3126 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3132 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration() 3136 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3142 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 170 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local 172 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration() 173 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1674 LLVMTypeRef *TypeParams,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2537 SmallVector<Type *, 4> TypeParams; in parseTypeTableBody() local 2541 TypeParams.push_back(T); in parseTypeTableBody() 2551 ResultTy = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3308 SmallVector<Type *> TypeParams; in parseTargetExtType() local 3328 TypeParams.push_back(TypeParam); in parseTargetExtType() 3335 Result = TargetExtType::get(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|