Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp354 QualType msgSendType,
2017 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2020 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl()
2024 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2029 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2328 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local
2333 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl()
2347 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local
2352 msgSendIdent, msgSendType, in SynthMsgSendFunctionDecl()
2369 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local
[all …]
H A DRewriteModernObjC.cpp2101 QualType msgSendType = FD->getType(); in SynthesizeCallToFunctionDecl() local
2104 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl()
2108 QualType pToFunc = Context->getPointerType(msgSendType); in SynthesizeCallToFunctionDecl()
2113 const auto *FT = msgSendType->castAs<FunctionType>(); in SynthesizeCallToFunctionDecl()
2418 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthSuperConstructorFunctionDecl() local
2423 msgSendIdent, msgSendType, in SynthSuperConstructorFunctionDecl()
2437 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendFunctionDecl() local
2442 msgSendIdent, msgSendType, nullptr, in SynthMsgSendFunctionDecl()
2451 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(), in SynthMsgSendSuperFunctionDecl() local
2456 msgSendIdent, msgSendType, in SynthMsgSendSuperFunctionDecl()
[all …]