Home
last modified time | relevance | path

Searched refs:ObjCImplementationControl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enum
175 ObjCImplementationControl impControl = ObjCImplementationControl::None,
236 ObjCImplementationControl impControl = ObjCImplementationControl::None,
496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation()
500 ObjCImplementationControl getImplementationControl() const { in getImplementationControl()
501 return static_cast<ObjCImplementationControl>( in getImplementationControl()
506 return getImplementationControl() == ObjCImplementationControl::Optional; in isOptional()
DDeclBase.h1426 enum class ObjCImplementationControl;
1880 LLVM_PREFERRED_TYPE(ObjCImplementationControl)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enum
175 ObjCImplementationControl impControl = ObjCImplementationControl::None,
236 ObjCImplementationControl impControl = ObjCImplementationControl::None,
496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation()
500 ObjCImplementationControl getImplementationControl() const { in getImplementationControl()
501 return static_cast<ObjCImplementationControl>( in getImplementationControl()
506 return getImplementationControl() == ObjCImplementationControl::Optional; in isOptional()
DDeclBase.h1426 enum class ObjCImplementationControl;
1880 LLVM_PREFERRED_TYPE(ObjCImplementationControl)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enum
175 ObjCImplementationControl impControl = ObjCImplementationControl::None,
236 ObjCImplementationControl impControl = ObjCImplementationControl::None,
496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation()
500 ObjCImplementationControl getImplementationControl() const { in getImplementationControl()
501 return static_cast<ObjCImplementationControl>( in getImplementationControl()
506 return getImplementationControl() == ObjCImplementationControl::Optional; in isOptional()
DDeclBase.h1405 enum class ObjCImplementationControl;
1859 LLVM_PREFERRED_TYPE(ObjCImplementationControl)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclObjC.h118 enum class ObjCImplementationControl { None, Required, Optional }; enum
175 ObjCImplementationControl impControl = ObjCImplementationControl::None,
236 ObjCImplementationControl impControl = ObjCImplementationControl::None,
496 void setDeclImplementation(ObjCImplementationControl ic) { in setDeclImplementation()
500 ObjCImplementationControl getImplementationControl() const { in getImplementationControl()
501 return static_cast<ObjCImplementationControl>( in getImplementationControl()
506 return getImplementationControl() == ObjCImplementationControl::Optional; in isOptional()
DDeclBase.h1416 enum class ObjCImplementationControl;
1870 LLVM_PREFERRED_TYPE(ObjCImplementationControl)