Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp144 if (Overridden->hasRelatedResultType() && in CheckObjCMethodOverride()
145 !NewMethod->hasRelatedResultType()) { in CheckObjCMethodOverride()
4505 if (RTC != SemaObjC::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides()
5037 !ObjCMethod->hasRelatedResultType() && in ActOnMethodDeclaration()
H A DSemaExprObjC.cpp1472 if (!Method->hasRelatedResultType()) in getBaseMessageSendResultType()
1673 if (!MD || !MD->hasRelatedResultType() || in EmitRelatedResultTypeNoteForReturn()
1709 if (!Method->hasRelatedResultType()) in EmitRelatedResultTypeNote()
H A DSemaPseudoObject.cpp840 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
H A DSemaObjCProperty.cpp1044 Decl->getImplementationControl(), Decl->hasRelatedResultType()); in RedeclarePropertyAccessor()
H A DSemaStmt.cpp3824 if (MD->hasRelatedResultType() && MD->getClassInterface()) { in BuildReturnStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h256 bool hasRelatedResultType() const { in hasRelatedResultType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp822 Record.push_back(D->hasRelatedResultType()); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4812 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()