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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2054 QualType pToFunc = Context->getPointerType(msgSendType); local
2056 ImplicitCastExpr::Create(*Context, pToFunc, CK_FunctionToPointerDecay,
H A DRewriteModernObjC.cpp2148 QualType pToFunc = Context->getPointerType(msgSendType); local
2150 ImplicitCastExpr::Create(*Context, pToFunc, CK_FunctionToPointerDecay,

Completed in 71 milliseconds