Home
last modified time | relevance | path

Searched refs:impControl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp316 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod() local
360 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp785 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
800 setDeclImplementation(impControl); in ObjCMethodDecl()
815 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument
820 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h178 ImplementationControl impControl = None,
239 ImplementationControl impControl = None,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7885 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
7899 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
7927 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
7941 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8049 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType() local
8070 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()