Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fnType

941   QualType FnType = BPT->getPointeeType();
944 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
950 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1111 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1113 CGM.getTypes().arrangeFunctionDeclaration(fnType->getResultType(), args,
1114 fnType->getExtInfo(),
1115 fnType->isVariadic());
1129 StartFunction(blockDecl, fnType->getResultType(), fn, fnInfo, args,