Searched refs:TypeParams (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1501 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1502 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1516 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local 1517 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl() 1594 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local 1595 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 842 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local 843 if (!TypeParams) in checkPreObjCMessage() 846 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
|
| /freebsd/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 && 220 return hash_combine(Key.Name, hash_combine_range(Key.TypeParams),
|
| H A D | Core.cpp | 962 LLVMTypeRef *TypeParams, in LLVMTargetExtTypeInContext() argument 966 ArrayRef<Type *> TypeParamArray(unwrap(TypeParams), TypeParamCount); in LLVMTargetExtTypeInContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3128 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local 3129 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration() 3133 SemaRef, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration() 3135 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3141 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration() 3145 TypeParams = nullptr; in ActOnForwardClassDeclaration() 3150 Context, SemaRef.CurContext, AtClassLoc, ClassName, TypeParams, in ActOnForwardClassDeclaration()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 156 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local 158 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration() 159 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1805 LLVMContextRef C, const char *Name, LLVMTypeRef *TypeParams,
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2754 SmallVector<Type *, 4> TypeParams; in parseTypeTableBody() local 2758 TypeParams.push_back(T); in parseTypeTableBody() 2769 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTypeTableBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3605 SmallVector<Type *> TypeParams; in parseTargetExtType() local 3625 TypeParams.push_back(TypeParam); in parseTargetExtType() 3633 TargetExtType::getOrError(Context, TypeName, TypeParams, IntParams); in parseTargetExtType()
|