Searched refs:msgSendType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 354 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 D | RewriteModernObjC.cpp | 2100 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 …]
|