Searched defs:PtrToFuncCastType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3871 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes); local
3873 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
3894 CastExpr *FunkCast = NoTypeInfoCStyleCastExpr(Context, PtrToFuncCastType,
H A DRewriteModernObjC.cpp4805 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes); local
4807 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
4828 CastExpr *FunkCast = NoTypeInfoCStyleCastExpr(Context, PtrToFuncCastType,

Completed in 71 milliseconds