Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp355 QualType msgSendType,
2009 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2016 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2021 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2343 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl()
2423 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl() local
2584 QualType msgSendType, in SynthMsgSendStretCallExpr() argument
2608 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthMsgSendStretCallExpr()
2935 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr() local
2961 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthMessageExpr()
[all …]
H A DRewriteModernObjC.cpp2096 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2103 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2108 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2671 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCBoxedExpr() local
2690 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCBoxedExpr()
2792 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCArrayLiteralExpr() local
2811 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCArrayLiteralExpr()
2943 QualType msgSendType = MsgSendFlavor->getType(); in RewriteObjCDictionaryLiteralExpr() local
2962 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCDictionaryLiteralExpr()
3510 QualType msgSendType = MsgSendFlavor->getType(); in SynthMessageExpr() local
[all …]