Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h505 ImplementationControl getImplementationControl() const { in getImplementationControl() function
510 return getImplementationControl() == Optional; in isOptional()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2627 if (MethodDecl->getImplementationControl() == ObjCMethodDecl::Optional) in WarnExactTypedMethods()
2760 if (method->getImplementationControl() != ObjCMethodDecl::Optional && in CheckProtocolMethodDefs()
2792 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()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp642 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp714 Record.push_back(D->getImplementationControl()); in VisitObjCMethodDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6858 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
6866 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8597 return MD->getImplementationControl() == ObjCMethodDecl::Optional; in clang_Cursor_isObjCOptional()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4390 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()