Searched refs:ReceiverTypeInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2415 return BuildClassMessage(/*ReceiverTypeInfo=*/nullptr,
2571 /// \param ReceiverTypeInfo Type source information that describes the
2577 /// message. When \p ReceiverTypeInfo is non-NULL, this is the same
2594 ExprResult Sema::BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo, argument
2605 : ReceiverTypeInfo->getTypeLoc().getSourceRange().getBegin();
2625 Context, ReceiverType, VK_RValue, LBracLoc, ReceiverTypeInfo, Sel,
2646 : ReceiverTypeInfo->getTypeLoc().getSourceRange();
2733 ReceiverTypeInfo, Sel, SelectorLocs,
2755 TypeSourceInfo *ReceiverTypeInfo; local
2756 QualType ReceiverType = GetTypeFromParser(Receiver, &ReceiverTypeInfo);
[all...]
H A DTreeTransform.h3353 ExprResult RebuildObjCMessageExpr(TypeSourceInfo *ReceiverTypeInfo, argument
3360 return SemaRef.BuildClassMessage(ReceiverTypeInfo,
3361 ReceiverTypeInfo->getType(),
13472 TypeSourceInfo *ReceiverTypeInfo local
13474 if (!ReceiverTypeInfo)
13479 ReceiverTypeInfo == E->getClassReceiverTypeInfo() && !ArgChanged)
13485 return getDerived().RebuildObjCMessageExpr(ReceiverTypeInfo,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9468 ExprResult BuildClassMessage(TypeSourceInfo *ReceiverTypeInfo,

Completed in 241 milliseconds