Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:fnType

978   QualType FnType = BPT->getPointeeType();
981 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
987 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1146 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1148 fnType->getReturnType(), args, fnType->getExtInfo(),
1149 fnType->isVariadic());
1161 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,