Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp352 QualType msgSendType,
2015 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2018 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl()
2022 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2027 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2326 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local
2331 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl()
2345 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local
2350 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl()
2367 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local
[all …]
H A DRewriteModernObjC.cpp2099 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2102 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl()
2106 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2111 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2416 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local
2421 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl()
2435 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local
2440 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl()
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local
2454 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl()
[all …]