Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod() local
358 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp828 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
843 setDeclImplementation(impControl); in ObjCMethodDecl()
858 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument
863 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h177 ImplementationControl impControl = None,
238 ImplementationControl impControl = None,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8059 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
8073 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8101 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
8115 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8223 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType() local
8244 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()