Home
last modified time | relevance | path

Searched refs:hasRelatedResultType (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp115 if (D && D->hasRelatedResultType()) { in checkPostCall()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp113 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()
DSemaPseudoObject.cpp727 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
DSemaExprObjC.cpp1062 if (!Method->hasRelatedResultType()) in getMessageSendResultType()
1107 if (!Method->hasRelatedResultType()) in EmitRelatedResultTypeNote()
DSemaStmt.cpp2448 if (MD->hasRelatedResultType() && MD->getClassInterface()) { in ActOnReturnStmt()
/external/clang/lib/AST/
DDumpXML.cpp849 setFlag("related_result_type", D->hasRelatedResultType()); in visitObjCMethodDeclAttrs()
DASTImporter.cpp3243 D->hasRelatedResultType()); in VisitObjCMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h286 bool hasRelatedResultType() const { return RelatedResultType; } in hasRelatedResultType() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp440 Record.push_back(D->hasRelatedResultType()); in VisitObjCMethodDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp211 if (!Method->hasRelatedResultType() || in AdjustRelatedResultType()