Home
last modified time | relevance | path

Searched refs:ImplementationControl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h144 enum ImplementationControl { None, Required, Optional }; enum
178 ImplementationControl impControl = None,
239 ImplementationControl impControl = None,
501 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation()
505 ImplementationControl getImplementationControl() const { in getImplementationControl()
506 return ImplementationControl(ObjCMethodDeclBits.DeclImplementation); in getImplementationControl()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp793 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl()
823 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7983 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty()
8025 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty()
8147 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1106 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record.readInt()); in VisitObjCMethodDecl()