reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclObjC.h
 2823     return PropertyIvarDecl ? Synthesize : Dynamic;
tools/clang/lib/ARCMigrate/TransProperties.cpp
  108       if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  117           ObjCPropertyImplDecl::Synthesize) {
tools/clang/lib/AST/ASTImporter.cpp
 4921     if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize &&
tools/clang/lib/AST/DeclPrinter.cpp
 1561   if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
tools/clang/lib/AST/JSONNodeDumper.cpp
 1026                                     ObjCPropertyImplDecl::Synthesize
tools/clang/lib/AST/TextNodeDumper.cpp
 1933   if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1882           ObjCPropertyImplDecl::Synthesize) {
 3353             ObjCPropertyImplDecl::Synthesize);
 3496         ObjCPropertyImplDecl::Synthesize) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3561     if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
 6237       if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize){
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5106     if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
tools/clang/lib/Index/IndexDecl.cpp
  533     assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3806     case ObjCPropertyImplDecl::Synthesize:
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1398                                 ObjCPropertyImplDecl::Synthesize
 2090           == ObjCPropertyImplDecl::Synthesize &&
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
   72   if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)