Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp898 bool Synthesize, in ActOnPropertyImplDecl() argument
934 if (property->isClassProperty() && Synthesize) { in ActOnPropertyImplDecl()
956 if (Synthesize&& in ActOnPropertyImplDecl()
990 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext())) in ActOnPropertyImplDecl()
994 if (Synthesize) { in ActOnPropertyImplDecl()
1025 if (Synthesize) { in ActOnPropertyImplDecl()
1237 (Synthesize ? in ActOnPropertyImplDecl()
1238 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1247 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1286 if (getLangOpts().ObjCAutoRefCount && Synthesize) in ActOnPropertyImplDecl()
[all …]
DSemaCodeComplete.cpp3077 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/Index/
DIndexDecl.cpp322 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/external/clang/include/clang/AST/
DDeclObjC.h2658 Synthesize, enumerator
2718 return PropertyIvarDecl ? Synthesize : Dynamic; in getPropertyImplementation()
/external/clang/lib/AST/
DDeclPrinter.cpp1334 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTDumper.cpp1707 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
DASTImporter.cpp4310 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3295 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
5870 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){ in BuildClassRoTInitializer()
DCGObjCGNU.cpp2108 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList()
DCodeGenModule.cpp3628 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/external/harfbuzz_ng/
DNEWS805 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
/external/freetype/
DChangeLog.28521 [sfnt] Synthesize a Unicode charmap if one is missing.
DChangeLog3144 Synthesize a `SubFont' object for Type 1 fonts. This is used in the
DChangeLog.2358 Synthesize vertical metrics (only) if FT_LOAD_VERTICAL_LAYOUT is
/external/clang/include/clang/Driver/
DOptions.td1009 HelpText<"Synthesize retain and release calls for Objective-C pointers">;