Home
last modified time | relevance | path

Searched refs:ReceiverType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1460 QualType ReceiverType, in getBaseMessageSendResultType() argument
1466 return Method->getSendResultType(ReceiverType); in getBaseMessageSendResultType()
1475 Method->getSendResultType(ReceiverType)->getNullability()) { in getBaseMessageSendResultType()
1492 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()
1506 if (ReceiverType->getAsObjCInterfaceType()) in getBaseMessageSendResultType()
1507 return transferNullability(Context.getObjCObjectPointerType(ReceiverType)); in getBaseMessageSendResultType()
1510 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1511 ReceiverType->isObjCQualifiedClassType()) in getBaseMessageSendResultType()
1513 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()
1518 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
[all …]
H A DSemaCodeComplete.cpp8467 QualType ReceiverType = RecExpr in CodeCompleteObjCInstanceMessage() local
8476 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
8478 if (ReceiverType->isObjCClassType()) in CodeCompleteObjCInstanceMessage()
8483 ReceiverType = in CodeCompleteObjCInstanceMessage()
8490 ReceiverType = RecExpr->getType(); in CodeCompleteObjCInstanceMessage()
8499 ReceiverType, SelIdents)); in CodeCompleteObjCInstanceMessage()
8522 if (ReceiverType->isObjCClassType() || in CodeCompleteObjCInstanceMessage()
8523 ReceiverType->isObjCQualifiedClassType()) { in CodeCompleteObjCInstanceMessage()
8532 ReceiverType->getAsObjCQualifiedIdType()) { in CodeCompleteObjCInstanceMessage()
8540 ReceiverType->getAsObjCInterfacePointerType()) { in CodeCompleteObjCInstanceMessage()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp244 ParsedType ReceiverType; in ParseInitializerWithPotentialDesignator() local
250 NextToken().is(tok::period), ReceiverType)) { in ParseInitializerWithPotentialDesignator()
259 if (!ReceiverType) { in ParseInitializerWithPotentialDesignator()
268 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
276 ReceiverType = NewReceiverType.get(); in ParseInitializerWithPotentialDesignator()
281 ReceiverType, in ParseInitializerWithPotentialDesignator()
H A DParseObjc.cpp2768 ParsedType ReceiverType; in ParseObjCMessageExpression() local
2771 NextToken().is(tok::period), ReceiverType)) { in ParseObjCMessageExpression()
2777 if (!ReceiverType) { in ParseObjCMessageExpression()
2788 = parseObjCTypeArgsAndProtocolQualifiers(NameLoc, ReceiverType, in ParseObjCMessageExpression()
2796 ReceiverType = NewReceiverType.get(); in ParseObjCMessageExpression()
2800 ReceiverType, nullptr); in ParseObjCMessageExpression()
2822 ParsedType ReceiverType, in ParseObjCMessageExpressionBody() argument
2831 else if (ReceiverType) in ParseObjCMessageExpressionBody()
2833 getCurScope(), ReceiverType, {}, false); in ParseObjCMessageExpressionBody()
2870 else if (ReceiverType) in ParseObjCMessageExpressionBody()
[all …]
H A DParseExpr.cpp112 ParsedType ReceiverType, in ParseAssignmentExprWithObjCMessageExprStart() argument
116 ReceiverType, ReceiverExpr); in ParseAssignmentExprWithObjCMessageExprStart()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h721 ParsedType &ReceiverType);
729 QualType ReceiverType, SourceLocation SuperLoc,
736 ExprResult BuildClassMessageImplicit(QualType ReceiverType,
746 ExprResult BuildInstanceMessage(Expr *Receiver, QualType ReceiverType,
754 ExprResult BuildInstanceMessageImplicit(Expr *Receiver, QualType ReceiverType,
828 bool CheckMessageArgumentTypes(const Expr *Receiver, QualType ReceiverType,
839 QualType getMessageSendResultType(const Expr *Receiver, QualType ReceiverType,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp746 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl() local
755 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
757 ReceiverType->castAs<ObjCObjectPointerType>(), TrackedType)) { in findMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp664 QualType ReceiverType) { in getSummary() argument
683 Summ = getInstanceMethodSummary(ME, ReceiverType); in getSummary()
1128 QualType ReceiverType) { in getInstanceMethodSummary() argument
1133 if (!ReceiverType.isNull()) in getInstanceMethodSummary()
1134 if (const auto *PT = ReceiverType->getAs<ObjCObjectPointerType>()) in getInstanceMethodSummary()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp352 QualType ReceiverType) { in getSummary() argument
358 isReceiverUnconsumedSelf(Call), ReceiverType); in getSummary()
366 QualType ReceiverType; in checkPostCall() local
372 ReceiverType = T->getType(); in checkPostCall()
376 const RetainSummary *Summ = getSummary(Summaries, Call, ReceiverType); in checkPostCall()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h665 QualType ReceiverType={});
683 getInstanceMethodSummary(const ObjCMessageExpr *ME, QualType ReceiverType);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp558 QualType ReceiverType = SubOME->getClassReceiver(); in tryEmitSpecializedAllocInit() local
559 const ObjCObjectType *ObjTy = ReceiverType->castAs<ObjCObjectType>(); in tryEmitSpecializedAllocInit()
612 QualType ReceiverType; in EmitObjCMessageExpr() local
616 ReceiverType = E->getInstanceReceiver()->getType(); in EmitObjCMessageExpr()
617 isClassMessage = ReceiverType->isObjCClassType(); in EmitObjCMessageExpr()
628 ReceiverType = E->getClassReceiver(); in EmitObjCMessageExpr()
629 OID = ReceiverType->castAs<ObjCObjectType>()->getInterface(); in EmitObjCMessageExpr()
637 ReceiverType = E->getSuperType(); in EmitObjCMessageExpr()
643 ReceiverType = E->getSuperType(); in EmitObjCMessageExpr()
659 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver); in EmitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h4317 SourceLocation LBracloc, SourceLocation SuperLoc, ParsedType ReceiverType,
5922 ParsedType ReceiverType,