Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h143 enum ImplementationControl { None, Required, Optional }; enum
177 ImplementationControl impControl = None,
238 ImplementationControl impControl = None,
498 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation()
502 ImplementationControl getImplementationControl() const { in getImplementationControl()
503 return ImplementationControl(ObjCMethodDeclBits.DeclImplementation); in getImplementationControl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp828 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl()
858 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8059 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty()
8101 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty()
8223 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1144 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record.readInt()); in VisitObjCMethodDecl()