Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FType

4451   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4453 SourceLocation(), ID, FType, 0, SC_Extern,
4511 QualType FType = Context->getPointerType(BFT);
4518 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4637 FType, VK_LValue, SourceLocation());
4641 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,