Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FType

5202   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
5204 SourceLocation(), ID, FType, nullptr, SC_Extern,
5270 QualType FType = Context->getPointerType(BFT);
5285 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
5403 FType, VK_LValue, SourceLocation());
5415 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,