Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp316 const bool HasRelatedResultType = false; in BuildMethod() local
358 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp793 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
810 setRelatedResultType(HasRelatedResultType); in ObjCMethodDecl()
824 bool HasRelatedResultType) { in Create() argument
828 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h179 bool HasRelatedResultType = false);
240 bool HasRelatedResultType = false);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7985 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
7998 getter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8027 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
8040 setter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8149 const bool HasRelatedResultType = false; in AddMethodToObjCObjectType() local
8169 objc_method_decl->setRelatedResultType(HasRelatedResultType); in AddMethodToObjCObjectType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4728 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4738 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4752 HasRelatedResultType); in ActOnMethodDeclaration()