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.cpp315 const clang::ObjCImplementationControl impControl = in BuildMethod() local
359 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp824 ObjCImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
839 setDeclImplementation(impControl); in ObjCMethodDecl()
855 ObjCImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
859 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.cpp8032 const clang::ObjCImplementationControl impControl = in AddObjCClassProperty() local
8047 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8074 const clang::ObjCImplementationControl impControl = in AddObjCClassProperty() local
8089 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8187 const clang::ObjCImplementationControl impControl = in AddMethodToObjCObjectType() local
8209 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()