Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp318 const bool HasRelatedResultType = false; in BuildMethod() local
360 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp785 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
802 setRelatedResultType(HasRelatedResultType); in ObjCMethodDecl()
816 bool HasRelatedResultType) { in Create() argument
820 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/external/clang/include/clang/AST/
DDeclObjC.h232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType), in NamedDecl()
260 bool HasRelatedResultType = false);
/external/clang/lib/AST/
DDeclObjC.cpp755 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
759 impControl, HasRelatedResultType); in Create()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h179 bool HasRelatedResultType = false);
240 bool HasRelatedResultType = false);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4300 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4310 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4324 HasRelatedResultType); in ActOnMethodDeclaration()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7758 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
7771 getter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
7800 const bool HasRelatedResultType = false; in AddObjCClassProperty() local
7813 setter->setRelatedResultType(HasRelatedResultType); in AddObjCClassProperty()
7922 const bool HasRelatedResultType = false; in AddMethodToObjCObjectType() local
7942 objc_method_decl->setRelatedResultType(HasRelatedResultType); in AddMethodToObjCObjectType()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4718 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4728 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4742 HasRelatedResultType); in ActOnMethodDeclaration()