Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h502 ImplementationControl getImplementationControl() const { in getImplementationControl() function
507 return getImplementationControl() == Optional; in isOptional()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2614 if (MethodDecl->getImplementationControl() == ObjCMethodDecl::Optional) in WarnExactTypedMethods()
2752 if (method->getImplementationControl() != ObjCMethodDecl::Optional && in CheckProtocolMethodDefs()
2785 if (method->getImplementationControl() != ObjCMethodDecl::Optional && in CheckProtocolMethodDefs()
H A DSemaObjCProperty.cpp1059 Decl->getImplementationControl(), Decl->hasRelatedResultType()); in RedeclarePropertyAccessor()
H A DSemaExprObjC.cpp1352 Method->getImplementationControl() != ObjCMethodDecl::Optional && in ParseObjCSelectorExpression()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp643 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp710 Record.push_back(D->getImplementationControl()); in VisitObjCMethodDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6858 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
6866 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4329 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()