Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1352 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1353 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1362 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1363 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1440 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
1441 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
844 if (!TypeParams) in checkPreObjCMessage()
847 for (ObjCTypeParamDecl *TypeParam : *TypeParams) { in checkPreObjCMessage()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3106 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
3107 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration()
3111 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration()
3113 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3119 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration()
3123 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3129 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseObjc.cpp148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
150 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration()
151 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1572 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
1584 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createForStaticInitFunction()
1597 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local
1606 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createDispatchInitFunction()
1618 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
1623 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false); in createDispatchFiniFunction()
1637 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
1646 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createDispatchNextFunction()