Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp2101 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2108 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2113 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2677 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCBoxedExpr() local
2696 auto *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCBoxedExpr()
2798 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCArrayLiteralExpr() local
2817 const FunctionType *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCArrayLiteralExpr()
2950 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCDictionaryLiteralExpr() local
2969 const FunctionType *FT = msgSendType->castAs<FunctionType>(); in RewriteObjCDictionaryLiteralExpr()
3509 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr() local
[all …]