Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FType

4448   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4450 SourceLocation(), ID, FType, 0, SC_Extern,
4508 QualType FType = Context->getPointerType(BFT);
4515 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4634 FType, VK_LValue, SourceLocation());
4638 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,