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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp519 bool Synthesize,
568 if (Synthesize) {
597 if (Synthesize) {
750 (Synthesize ?
751 ObjCPropertyImplDecl::Synthesize
756 if (getLangOptions().CPlusPlus && Synthesize &&
791 if (getLangOptions().CPlusPlus && Synthesize
826 if (Synthesize)
849 if (!Synthesize)
864 if (Synthesize)
516 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.h1545 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
1675 Synthesize, enumerator in enum:clang::ObjCPropertyImplDecl::Kind
1732 return PropertyIvarDecl ? Synthesize : Dynamic;

Completed in 304 milliseconds