Searched refs:getPropertyImplementation (Results 1 - 19 of 19) sorted by relevance

/external/clang/tools/libclang/
H A DIndexDecl.cpp225 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
H A DCIndex.cpp6339 return PD->getPropertyImplementation() == ObjCPropertyDecl::Optional;
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp117 if (PID->getPropertyImplementation() ==
H A DTransProperties.cpp105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
H A DObjCMT.cpp507 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp213 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
/external/clang/lib/AST/
H A DDeclPrinter.cpp1076 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
1078 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional)
1149 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
H A DASTImporter.cpp3776 D->getPropertyImplementation());
3833 D->getPropertyImplementation(),
3842 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) {
3846 << (ToImpl->getPropertyImplementation()
3851 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic);
3856 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize &&
H A DASTContext.cpp5013 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1539 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional)
1734 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional ||
1788 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
1957 (property->getPropertyImplementation() ==
2009 (property->getPropertyImplementation() ==
H A DSemaDeclObjC.cpp2653 if (PIDecl->getPropertyImplementation()
H A DSemaCodeComplete.cpp2956 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) {
/external/clang/include/clang/AST/
H A DDeclObjC.h2325 PropertyControl getPropertyImplementation() const { function in class:clang::ObjCPropertyDecl
2417 Kind getPropertyImplementation() const { function in class:clang::ObjCPropertyImplDecl
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1854 if (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) {
2068 bool isSynthesized = (propertyImpl->getPropertyImplementation() ==
2070 bool isDynamic = (propertyImpl->getPropertyImplementation() ==
H A DCGObjCMac.cpp3064 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
5658 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
H A DCodeGenModule.cpp2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp957 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
7215 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
7467 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
H A DRewriteObjC.cpp789 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5416 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5695 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp617 Record.push_back((unsigned)D->getPropertyImplementation());

Completed in 592 milliseconds