Home
last modified time | relevance | path

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

/freebsd/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.cpp394 ID.AddInteger(llvm::to_underlying(Method->getImplementationControl())); in VisitObjCMethodDecl()
H A DASTImporter.cpp4812 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2642 if (MethodDecl->getImplementationControl() == in WarnExactTypedMethods()
2775 if (method->getImplementationControl() != in CheckProtocolMethodDefs()
2805 if (method->getImplementationControl() != in CheckProtocolMethodDefs()
H A DSemaObjCProperty.cpp1044 Decl->getImplementationControl(), Decl->hasRelatedResultType()); in RedeclarePropertyAccessor()
H A DSemaExprObjC.cpp1362 Method->getImplementationControl() != in ParseObjCSelectorExpression()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp639 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) in ClassImplementsAllMethodsAndProperties()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp819 Record.push_back(llvm::to_underlying(D->getImplementationControl())); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6855 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) { in RewriteObjCProtocolMetaData()
6863 if (MD->getImplementationControl() == ObjCImplementationControl::Optional) { in RewriteObjCProtocolMetaData()