HomeSort by relevance Sort by last modified time
    Searched refs:Synthesize (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 105 ObjCPropertyImplDecl::Synthesize) {
TransProperties.cpp 101 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 11 // @synthesize declarations.
514 /// as @synthesize or @dynamic.
519 bool Synthesize,
538 // We always synthesize an interface for an implementation
568 if (Synthesize) {
596 // Check that we have a valid, previously declared ivar for @synthesize
597 if (Synthesize) {
598 // @synthesize
750 (Synthesize ?
751 ObjCPropertyImplDecl::Synthesize
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 216 if ((*I)->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1027 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
1028 Out << "@synthesize ";
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]

Completed in 67 milliseconds