Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 const clang::ObjCImplementationControl impControl = in BuildMethod() local
358 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp828 ObjCImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
843 setDeclImplementation(impControl); in ObjCMethodDecl()
859 ObjCImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
863 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h175 ObjCImplementationControl impControl = ObjCImplementationControl::None,
236 ObjCImplementationControl impControl = ObjCImplementationControl::None,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7934 const clang::ObjCImplementationControl impControl = in AddObjCClassProperty() local
7948 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
7976 const clang::ObjCImplementationControl impControl = in AddObjCClassProperty() local
7990 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8098 const clang::ObjCImplementationControl impControl = in AddMethodToObjCObjectType() local
8119 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()