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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp710 bool Synthesize,
764 if (Synthesize&&
785 if (Synthesize) {
816 if (Synthesize) {
1013 (Synthesize ?
1014 ObjCPropertyImplDecl::Synthesize
1023 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1058 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr &&
1095 if (Synthesize)
1119 if (!Synthesize)
707 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
H A DSemaCodeComplete.cpp2883 case ObjCPropertyImplDecl::Synthesize:
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp120 ObjCPropertyImplDecl::Synthesize) {
H A DTransProperties.cpp106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp218 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
/external/clang/tools/libclang/
H A DIndexDecl.cpp222 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
/external/clang/include/clang/AST/
H A DDeclObjC.h1763 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
1902 Synthesize, enumerator in enum:clang::ObjCPropertyImplDecl::Kind
1962 return PropertyIvarDecl ? Synthesize : Dynamic;
/external/clang/lib/AST/
H A DDeclPrinter.cpp1041 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
H A DASTImporter.cpp3612 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize &&
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1454 // Synthesize a fake VarDecl for the array and initialize that.
2436 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
H A DCGObjCMac.cpp2408 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
5011 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
H A DCGObjCGNU.cpp1945 ObjCPropertyImplDecl::Synthesize);

Completed in 3081 milliseconds