Home
last modified time | relevance | path

Searched refs:HasRelatedResultType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp316 const bool HasRelatedResultType = false; in BuildMethod() local
358 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp828 ObjCImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
845 setRelatedResultType(HasRelatedResultType); in ObjCMethodDecl()
859 ObjCImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
863 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h176 bool HasRelatedResultType = false);
237 bool HasRelatedResultType = false);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7936 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
7949 getter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
7978 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
7991 setter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8100 const bool HasRelatedResultType = false; in AddMethodToObjCObjectType() local
8120 objc_method_decl->setRelatedResultType(HasRelatedResultType); in AddMethodToObjCObjectType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4739 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4749 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4764 HasRelatedResultType); in ActOnMethodDeclaration()