Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FType

5331   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
5333 SourceLocation(), ID, FType, nullptr, SC_Extern,
5400 QualType FType = Context->getPointerType(BFT);
5415 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
5533 FType, VK_LValue, SourceLocation());
5545 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,