Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1507 if (ReceiverType->isObjCClassType() || in getBaseMessageSendResultType()
1515 return transferNullability(ReceiverType); in getBaseMessageSendResultType()
2290 ReceiverType = nullptr; in getObjCMessageKind()
2440 if (!ReceiverType.isNull()) in BuildClassMessageImplicit()
2633 if (ReceiverType->isDependentType()) { in BuildClassMessage()
2650 << ReceiverType; in BuildClassMessage()
2770 if (ReceiverType.isNull()) in ActOnClassMessage()
2902 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
2916 if (ReceiverType->isPointerType()) { in BuildInstanceMessage()
2927 ReceiverType = Receiver->getType(); in BuildInstanceMessage()
[all …]
H A DSemaCodeComplete.cpp8241 QualType ReceiverType = RecExpr in CodeCompleteObjCInstanceMessage() local
8250 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
8252 if (ReceiverType->isObjCClassType()) in CodeCompleteObjCInstanceMessage()
8257 ReceiverType = in CodeCompleteObjCInstanceMessage()
8264 ReceiverType = RecExpr->getType(); in CodeCompleteObjCInstanceMessage()
8273 ReceiverType, SelIdents)); in CodeCompleteObjCInstanceMessage()
8296 if (ReceiverType->isObjCClassType() || in CodeCompleteObjCInstanceMessage()
8297 ReceiverType->isObjCQualifiedClassType()) { in CodeCompleteObjCInstanceMessage()
8306 ReceiverType->getAsObjCQualifiedIdType()) { in CodeCompleteObjCInstanceMessage()
8314 ReceiverType->getAsObjCInterfacePointerType()) { in CodeCompleteObjCInstanceMessage()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp289 ParsedType ReceiverType; in ParseInitializerWithPotentialDesignator() local
295 NextToken().is(tok::period), ReceiverType)) { in ParseInitializerWithPotentialDesignator()
304 if (!ReceiverType) { in ParseInitializerWithPotentialDesignator()
313 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType, in ParseInitializerWithPotentialDesignator()
321 ReceiverType = NewReceiverType.get(); in ParseInitializerWithPotentialDesignator()
326 ReceiverType, in ParseInitializerWithPotentialDesignator()
H A DParseObjc.cpp3130 ParsedType ReceiverType; in ParseObjCMessageExpression() local
3134 ReceiverType)) { in ParseObjCMessageExpression()
3140 if (!ReceiverType) { in ParseObjCMessageExpression()
3159 ReceiverType = NewReceiverType.get(); in ParseObjCMessageExpression()
3163 ReceiverType, nullptr); in ParseObjCMessageExpression()
3223 ParsedType ReceiverType, in ParseObjCMessageExpressionBody() argument
3232 else if (ReceiverType) in ParseObjCMessageExpressionBody()
3271 else if (ReceiverType) in ParseObjCMessageExpressionBody()
3309 else if (ReceiverType) in ParseObjCMessageExpressionBody()
3380 else if (ReceiverType) in ParseObjCMessageExpressionBody()
[all …]
H A DParseExpr.cpp194 ParsedType ReceiverType, in ParseAssignmentExprWithObjCMessageExprStart() argument
198 ReceiverType, ReceiverExpr); in ParseAssignmentExprWithObjCMessageExprStart()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp743 QualType ReceiverType = MessageExpr->getReceiverType(); in findMethodDecl() local
752 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
754 ReceiverType->castAs<ObjCObjectPointerType>(), TrackedType)) { in findMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp665 QualType ReceiverType) { in getSummary() argument
684 Summ = getInstanceMethodSummary(ME, ReceiverType); in getSummary()
1129 QualType ReceiverType) { in getInstanceMethodSummary() argument
1134 if (!ReceiverType.isNull()) in getInstanceMethodSummary()
1135 if (const auto *PT = ReceiverType->getAs<ObjCObjectPointerType>()) in getInstanceMethodSummary()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp353 QualType ReceiverType) { in getSummary() argument
359 isReceiverUnconsumedSelf(Call), ReceiverType); in getSummary()
367 QualType ReceiverType; in checkPostCall() local
373 ReceiverType = T->getType(); in checkPostCall()
377 const RetainSummary *Summ = getSummary(Summaries, Call, ReceiverType); in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h665 QualType ReceiverType={});
683 getInstanceMethodSummary(const ObjCMessageExpr *ME, QualType ReceiverType);
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2096 ParsedType ReceiverType,
2100 ParsedType ReceiverType, Expr *ReceiverExpr);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10771 ParsedType &ReceiverType);
10781 QualType ReceiverType,
10791 ExprResult BuildClassMessageImplicit(QualType ReceiverType,
10807 QualType ReceiverType,
10818 QualType ReceiverType,
13178 bool CheckMessageArgumentTypes(const Expr *Receiver, QualType ReceiverType,
13189 QualType getMessageSendResultType(const Expr *Receiver, QualType ReceiverType,