Home
last modified time | relevance | path

Searched refs:Synthesize (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp888 bool Synthesize, in ActOnPropertyImplDecl() argument
941 if (Synthesize&& in ActOnPropertyImplDecl()
975 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()
979 if (Synthesize) { in ActOnPropertyImplDecl()
1010 if (Synthesize) { in ActOnPropertyImplDecl()
1222 (Synthesize ? in ActOnPropertyImplDecl()
1223 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1232 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1271 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()
1286 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
[all …]
DSemaCodeComplete.cpp3064 case ObjCPropertyImplDecl::Synthesize: in getCursorKindForDecl()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
DTransProperties.cpp109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in checkObjCDealloc()
/external/clang/tools/libclang/
DIndexDecl.cpp227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2606 Synthesize, enumerator
2666 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/external/clang/lib/AST/
DDeclPrinter.cpp1311 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTDumper.cpp1595 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTImporter.cpp4085 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/external/harfbuzz_ng/
DNEWS22 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3240 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5796 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
DCGObjCGNU.cpp2098 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
DCodeGenModule.cpp3355 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/external/clang/include/clang/Driver/
DOptions.td906 HelpText<"Synthesize retain and release calls for Objective-C pointers">;