Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h115 enum ImplementationControl { None, Required, Optional }; enum
231 ImplementationControl impControl = None,
259 ImplementationControl impControl = None,
460 void setDeclImplementation(ImplementationControl ic) { in setDeclImplementation()
463 ImplementationControl getImplementationControl() const { in getImplementationControl()
464 return ImplementationControl(DeclImplementation); in getImplementationControl()
/aosp_15_r20/external/clang/lib/AST/
H A DDeclObjC.cpp755 ImplementationControl impControl, bool HasRelatedResultType) { in Create()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp922 MD->setDeclImplementation((ObjCMethodDecl::ImplementationControl)Record[Idx++]); in VisitObjCMethodDecl()