Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/AST/ !
H A DDeclObjC.cpp827 ObjCImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
844 setRelatedResultType(HasRelatedResultType); in ObjCMethodDecl()
858 ObjCImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
862 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DDeclObjC.h176 bool HasRelatedResultType = false);
237 bool HasRelatedResultType = false);
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ !
H A DTypeSystemClang.cpp8097 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
8111 getter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8140 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
8154 setter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
8263 const bool HasRelatedResultType = false; in AddMethodToObjCObjectType() local
8284 objc_method_decl->setRelatedResultType(HasRelatedResultType); in AddMethodToObjCObjectType()
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaDeclObjC.cpp4748 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4758 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4773 HasRelatedResultType); in ActOnMethodDeclaration()