Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1365 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1366 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1375 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1376 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1453 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
1454 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp840 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
841 if (!TypeParams) in checkPreObjCMessage()
844 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3112 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
3113 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration()
3117 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration()
3119 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3125 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration()
3129 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3135 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
150 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration()
151 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1517 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
1529 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createForStaticInitFunction()
1542 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local
1551 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createDispatchInitFunction()
1563 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
1568 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false); in createDispatchFiniFunction()
1582 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
1591 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createDispatchNextFunction()