Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod() local
358 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp793 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
808 setDeclImplementation(impControl); in ObjCMethodDecl()
823 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument
828 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h178 ImplementationControl impControl = None,
239 ImplementationControl impControl = None,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7983 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
7997 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
8025 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
8039 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
8147 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType() local
8168 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()