Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FType

4398   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4400 SourceLocation(), ID, FType, nullptr, SC_Extern,
4458 QualType FType = Context->getPointerType(BFT);
4465 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4583 FType, VK_LValue, SourceLocation());
4587 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,