Searched refs:hasRelatedResultType (Results 1 – 10 of 10) sorted by relevance
115 if (D && D->hasRelatedResultType()) { in checkPostCall()
113 if (Overridden->hasRelatedResultType() && in CheckObjCMethodOverride()114 !NewMethod->hasRelatedResultType()) { in CheckObjCMethodOverride()2801 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides()3037 !ObjCMethod->hasRelatedResultType() && in ActOnMethodDeclaration()
727 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
1062 if (!Method->hasRelatedResultType()) in getMessageSendResultType()1107 if (!Method->hasRelatedResultType()) in EmitRelatedResultTypeNote()
2448 if (MD->hasRelatedResultType() && MD->getClassInterface()) { in ActOnReturnStmt()
849 setFlag("related_result_type", D->hasRelatedResultType()); in visitObjCMethodDeclAttrs()
3243 D->hasRelatedResultType()); in VisitObjCMethodDecl()
286 bool hasRelatedResultType() const { return RelatedResultType; } in hasRelatedResultType() function
440 Record.push_back(D->hasRelatedResultType()); in VisitObjCMethodDecl()
211 if (!Method->hasRelatedResultType() || in AdjustRelatedResultType()