Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fnType

864   QualType FnType = BPT->getPointeeType();
867 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
873 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1034 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1036 CGM.getTypes().arrangeFunctionDeclaration(fnType->getResultType(), args,
1037 fnType->getExtInfo(),
1038 fnType->isVariadic());
1052 StartFunction(blockDecl, fnType->getResultType(), fn, fnInfo, args,