Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:FType

4346   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4348 SourceLocation(), ID, FType, nullptr, SC_Extern,
4406 QualType FType = Context->getPointerType(BFT);
4413 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4530 FType, VK_LValue, SourceLocation());
4534 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,