Searched refs:msgSendType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 354 QualType msgSendType, 2008 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local 2011 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, msgSendType, in SynthesizeCallToFunctionDecl() 2015 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2020 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl() 2319 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local 2324 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2338 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local 2343 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl() 2360 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local [all …]
|
D | RewriteModernObjC.cpp | 2093 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local 2097 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl() 2100 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2105 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl() 2411 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local 2416 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2430 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local 2435 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl() 2444 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local 2449 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() [all …]
|