Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp317 const bool HasRelatedResultType = false; in BuildMethod() local
359 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp824 ObjCImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
841 setRelatedResultType(HasRelatedResultType); in ObjCMethodDecl()
855 ObjCImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
859 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h176 bool HasRelatedResultType = false);
237 bool HasRelatedResultType = false);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8034 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
8048 getter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8076 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
8090 setter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8189 const bool HasRelatedResultType = false; in AddMethodToObjCObjectType() local
8210 objc_method_decl->setRelatedResultType(HasRelatedResultType); in AddMethodToObjCObjectType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4802 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4812 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4827 HasRelatedResultType); in ActOnMethodDeclaration()