Searched defs:funcType (Results 1 – 12 of 12) sorted by relevance
15 type funcType int type38 func IsType(t reflect.Type, ft funcType) bool {
23 const char *funcType, in test_function()
215 auto funcType = rewriter.getFunctionType(argTypes, llvm::None); in matchAndRewrite() local
331 FunctionType *funcType = in constructFunction() local
559 const auto &funcType = testsArr[ndx].second; in regularCheck() local
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()2117 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local2288 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()2202 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local2377 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
814 FunctionType *funcType = in constructFunction() local
314 auto funcType = arg_types.front().cast<FunctionType>(); in ParseCustomTfOp() local
878 FunctionType *funcType = FunctionType::get( in constructFunction() local
1365 ReplayFunc funcType; member
1120 if (const auto *funcType = dyn_cast<FunctionType>(splitType.Ty)) { in substObjCTypeArgs() local