Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1065 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true); in createRuntimeFunction()
1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() local
1073 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1084 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
1091 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1095 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1106 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
[all …]
DCGOpenMPRuntimeNVPTX.cpp275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty}; in createNVPTXRuntimeFunction() local
277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createNVPTXRuntimeFunction()
/external/clang/lib/AST/
DDeclPrinter.cpp1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1133 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1143 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1211 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
1212 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
/external/rust/crates/syn/src/
Dgenerics.rs114 pub fn type_params(&self) -> TypeParams { in type_params() argument
115 TypeParams(self.params.iter()) in type_params()
189 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
191 impl<'a> Iterator for TypeParams<'a> { implementation
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1318 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1319 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1328 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1329 PrintObjCTypeParams(TypeParams); in VisitObjCInterfaceDecl()
1406 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
1407 PrintObjCTypeParams(TypeParams); in VisitObjCCategoryDecl()
/external/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()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3007 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
3008 if (PrevIDecl && TypeParams) { in ActOnForwardClassDeclaration()
3012 *this, PrevTypeParams, TypeParams, in ActOnForwardClassDeclaration()
3014 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3020 << TypeParams->getSourceRange(); in ActOnForwardClassDeclaration()
3024 TypeParams = nullptr; in ActOnForwardClassDeclaration()
3030 ClassName, TypeParams, PrevIDecl, in ActOnForwardClassDeclaration()
/external/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()
/external/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()
/external/clang/lib/Parse/
DParseObjc.cpp150 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
152 TypeParams = parseObjCTypeParamList(); in ParseObjCAtClassDeclaration()
153 ClassTypeParams.push_back(TypeParams); in ParseObjCAtClassDeclaration()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1556 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
1568 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createForStaticInitFunction()
1581 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local
1590 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createDispatchInitFunction()
1602 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
1607 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false); in createDispatchFiniFunction()
1621 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
1630 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false); in createDispatchNextFunction()