Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h502 ImplementationControl getImplementationControl() const { in getImplementationControl() function
507 return getImplementationControl() == Optional; in isOptional()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp643 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp708 Record.push_back(D->getImplementationControl()); in VisitObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6869 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
6877 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) { in RewriteObjCProtocolMetaData()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8340 return MD->getImplementationControl() == ObjCMethodDecl::Optional; in clang_Cursor_isObjCOptional()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4266 D->getImplementationControl(), D->hasRelatedResultType())) in VisitObjCMethodDecl()