Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp462 if (FirstMethod->getImplementationControl() != in diagnoseSubMismatchObjCMethod()
463 SecondMethod->getImplementationControl()) { in diagnoseSubMismatchObjCMethod()
465 << llvm::to_underlying(FirstMethod->getImplementationControl()); in diagnoseSubMismatchObjCMethod()
467 SecondMethod->getImplementationControl()); in diagnoseSubMismatchObjCMethod()
H A DODRHash.cpp387 ID.AddInteger(llvm::to_underlying(Method->getImplementationControl())); in VisitObjCMethodDecl()
H A DASTImporter.cpp4728 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h500 ObjCImplementationControl getImplementationControl() const { in getImplementationControl() function
506 return getImplementationControl() == ObjCImplementationControl::Optional; in isOptional()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2635 if (MethodDecl->getImplementationControl() == in WarnExactTypedMethods()
2769 if (method->getImplementationControl() != in CheckProtocolMethodDefs()
2799 if (method->getImplementationControl() != in CheckProtocolMethodDefs()
H A DSemaObjCProperty.cpp1059 Decl->getImplementationControl(), Decl->hasRelatedResultType()); in RedeclarePropertyAccessor()
H A DSemaExprObjC.cpp1350 Method->getImplementationControl() != in ParseObjCSelectorExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp639 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) in ClassImplementsAllMethodsAndProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp781 Record.push_back(llvm::to_underlying(D->getImplementationControl())); in VisitObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6857 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) { in RewriteObjCProtocolMetaData()
6865 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) { in RewriteObjCProtocolMetaData()