Searched refs:Synthesize (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp799 bool Synthesize,
852 if (Synthesize&&
886 if (Synthesize && isa<ObjCProtocolDecl>(property->getDeclContext()))
890 if (Synthesize) {
921 if (Synthesize) {
1126 (Synthesize ?
1127 ObjCPropertyImplDecl::Synthesize
1136 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1173 if (getLangOpts().ObjCAutoRefCount && Synthesize)
1188 if (getLangOpts().CPlusPlus && Synthesize
796 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DSemaCodeComplete.cpp2960 case ObjCPropertyImplDecl::Synthesize:
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl::Synthesize) {
H A DTransProperties.cpp105 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp213 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
/external/clang/tools/libclang/
H A DIndexDecl.cpp227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
/external/clang/include/clang/AST/
H A DDeclObjC.h2215 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
2358 Synthesize, enumerator in enum:clang::ObjCPropertyImplDecl::Kind
2418 return PropertyIvarDecl ? Synthesize : Dynamic;
/external/clang/lib/AST/
H A DDeclPrinter.cpp1149 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
H A DASTImporter.cpp3856 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize &&
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp3064 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
5658 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
H A DCGObjCGNU.cpp2069 ObjCPropertyImplDecl::Synthesize);
H A DCodeGenModule.cpp2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {

Completed in 588 milliseconds