Searched defs:Synthesize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp802 bool Synthesize,
855 if (Synthesize&&
889 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
893 if (Synthesize) {
924 if (Synthesize) {
1129 (Synthesize ?
1130 ObjCPropertyImplDecl::Synthesize
1139 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1176 if (getLangOpts().ObjCAutoRefCount && Synthesize)
1191 if (getLangOpts().CPlusPlus && Synthesize
799 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h2231 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
2374 Synthesize, enumerator in enum:clang::ObjCPropertyImplDecl::Kind
2434 return PropertyIvarDecl ? Synthesize : Dynamic;

Completed in 564 milliseconds