Home
last modified time | relevance | path

Searched refs:msgSendType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp354 QualType msgSendType,
2017 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2024 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2029 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2352 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl()
2432 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl() local
2594 QualType msgSendType, in SynthMsgSendStretCallExpr() argument
2618 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthMsgSendStretCallExpr()
2938 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr() local
2964 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthMessageExpr()
[all …]
H A DRewriteModernObjC.cpp2100 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2107 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2112 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2676 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCBoxedExpr() local
2695 auto *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCBoxedExpr()
2797 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCArrayLiteralExpr() local
2816 const FunctionType *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCArrayLiteralExpr()
2949 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCDictionaryLiteralExpr() local
2968 const FunctionType *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCDictionaryLiteralExpr()
3508 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr() local
[all …]