Searched refs:msgSendType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 354 QualType msgSendType, 2017 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local 2020 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl() 2024 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2029 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl() 2328 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local 2333 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2347 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local 2352 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl() 2369 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local [all …]
|
| H A D | RewriteModernObjC.cpp | 2100 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() 2103 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl() 2107 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl() 2112 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl() 2417 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() 2422 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl() 2436 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() 2441 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl() 2450 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() 2455 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl() 2101 QualType msgSendType = FD->getType(); SynthesizeCallToFunctionDecl() local 2418 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), SynthSuperConstructorFunctionDecl() local 2437 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), SynthMsgSendFunctionDecl() local 2451 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), SynthMsgSendSuperFunctionDecl() local 2470 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), SynthMsgSendStretFunctionDecl() local 2486 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), SynthMsgSendSuperStretFunctionDecl() local 2506 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, SynthMsgSendFpretFunctionDecl() local 2677 QualType msgSendType = MsgSendFlavor->getType(); RewriteObjCBoxedExpr() local 2798 QualType msgSendType = MsgSendFlavor->getType(); RewriteObjCArrayLiteralExpr() local 2950 QualType msgSendType = MsgSendFlavor->getType(); RewriteObjCDictionaryLiteralExpr() local 3509 QualType msgSendType = MsgSendFlavor->getType(); SynthMessageExpr() local [all...] |