Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp112 if (Overridden->hasRelatedResultType() && in CheckObjCMethodOverride()
113 !NewMethod->hasRelatedResultType()) { in CheckObjCMethodOverride()
2263 if (M->Method && M->Method->hasRelatedResultType()) in anyMethodInfersRelatedResultType()
2456 if (InterfaceMD->hasRelatedResultType() && in ActOnMethodDeclaration()
2467 if (!ObjCMethod->hasRelatedResultType() && !ARCError && in ActOnMethodDeclaration()
DSemaExprObjC.cpp277 if (!Method->hasRelatedResultType()) in getMessageSendResultType()
322 if (!Method->hasRelatedResultType()) in EmitRelatedResultTypeNote()
562 (Getter->hasRelatedResultType() in HandleExprPropertyRefExpr()
DSemaStmt.cpp1732 if (MD->hasRelatedResultType() && MD->getClassInterface()) { in ActOnReturnStmt()
/external/clang/lib/AST/
DDumpXML.cpp851 setFlag("related_result_type", D->hasRelatedResultType()); in visitObjCMethodDeclAttrs()
DASTImporter.cpp2877 D->hasRelatedResultType()); in VisitObjCMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h221 bool hasRelatedResultType() const { return RelatedResultType; } in hasRelatedResultType() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp407 Record.push_back(D->hasRelatedResultType()); in VisitObjCMethodDecl()
/external/clang/lib/CodeGen/
DCGObjC.cpp73 if (!Method->hasRelatedResultType() || in AdjustRelatedResultType()