Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnType

958   QualType FnType = BPT->getPointeeType();
961 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
967 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1127 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1129 CGM.getTypes().arrangeFunctionDeclaration(fnType->getResultType(), args,
1130 fnType->getExtInfo(),
1131 fnType->isVariadic());
1145 StartFunction(blockDecl, fnType->getResultType(), fn, fnInfo, args,