Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:fnType

955   QualType FnType = BPT->getPointeeType();
958 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
964 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1121 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1123 fnType->getReturnType(), args, fnType->getExtInfo(),
1124 fnType->isVariadic());
1136 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,