Home
last modified time | relevance | path

Searched refs:getPropertyImplementation (Results 1 – 20 of 20) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexDecl.cpp225 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl()
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
H A DCIndex.cpp6570 return PD->getPropertyImplementation() == ObjCPropertyDecl::Optional; in clang_Cursor_isObjCOptional()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp117 if (PID->getPropertyImplementation() == in TraverseObjCMethodDecl()
H A DTransProperties.cpp105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
H A DObjCMT.cpp616 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1099 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
1101 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
1172 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DASTDumper.cpp1499 if (D->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
1501 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
1535 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp3811 D->getPropertyImplementation()); in VisitObjCPropertyDecl()
3868 D->getPropertyImplementation(), in VisitObjCPropertyImplDecl()
3877 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) { in VisitObjCPropertyImplDecl()
3881 << (ToImpl->getPropertyImplementation() in VisitObjCPropertyImplDecl()
3886 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl()
3891 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
H A DASTContext.cpp5092 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1539 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional) in DefaultSynthesizeProperties()
1738 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional || in DiagnoseUnimplementedProperties()
1792 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in AtomicPropertySetterGetterRules()
1961 (property->getPropertyImplementation() == in ProcessPropertyDecl()
2013 (property->getPropertyImplementation() == in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp2696 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
H A DSemaCodeComplete.cpp2957 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2338 PropertyControl getPropertyImplementation() const { in getPropertyImplementation() function
2430 Kind getPropertyImplementation() const { in getPropertyImplementation() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1853 if (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) { in GenerateProtocol()
2067 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
2069 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
H A DCGObjCMac.cpp3040 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5614 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
H A DCodeGenModule.cpp3030 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp780 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
5399 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
5677 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp945 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
7197 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
7449 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp631 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()