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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3823 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes); local
3825 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
3846 CastExpr *FunkCast = NoTypeInfoCStyleCastExpr(Context, PtrToFuncCastType,
H A DRewriteModernObjC.cpp4739 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes); local
4741 PtrToFuncCastType = Context->getPointerType(PtrToFuncCastType);
4762 CastExpr *FunkCast = NoTypeInfoCStyleCastExpr(Context, PtrToFuncCastType,

Completed in 97 milliseconds