Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnType

977   QualType FnType = BPT->getPointeeType();
980 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(), E->arguments());
985 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1176 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1178 fnType->getReturnType(), args, fnType->getExtInfo(),
1179 fnType->isVariadic());
1191 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,