• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/

Lines Matching refs:msgSendType

2099   QualType msgSendType = FD->getType();
2102 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType,
2106 QualType pToFunc = Context->getPointerType(msgSendType);
2111 const auto *FT = msgSendType->castAs<FunctionType>();
2415 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2420 msgSendIdent, msgSendType,
2434 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2439 msgSendIdent, msgSendType, nullptr,
2448 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2453 msgSendIdent, msgSendType,
2467 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2472 msgSendIdent, msgSendType,
2483 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2489 msgSendType, nullptr,
2503 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
2508 msgSendIdent, msgSendType,
2674 QualType msgSendType = MsgSendFlavor->getType();
2678 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2693 auto *FT = msgSendType->castAs<FunctionType>();
2795 QualType msgSendType = MsgSendFlavor->getType();
2799 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2814 const FunctionType *FT = msgSendType->castAs<FunctionType>();
2946 QualType msgSendType = MsgSendFlavor->getType();
2950 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2965 const FunctionType *FT = msgSendType->castAs<FunctionType>();
3085 /// msgSendType - function type of objc_msgSend_stret(...)
3512 QualType msgSendType = MsgSendFlavor->getType();
3516 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
3538 const FunctionType *FT = msgSendType->castAs<FunctionType>();