Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2100 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
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() local
2422 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl()
2436 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local
2441 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl()
2450 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local
2455 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl()
[all …]