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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 11 // @synthesize declarations.
573 /// as @synthesize or @dynamic.
578 bool Synthesize,
599 // We always synthesize an interface for an implementation
629 if (Synthesize) {
657 // Check that we have a valid, previously declared ivar for @synthesize
658 if (Synthesize) {
659 // @synthesize
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 119 ObjCPropertyImplDecl::Synthesize) {
TransProperties.cpp 106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 218 if ((*I)->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/tools/libclang/
IndexDecl.cpp 209 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1042 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
1043 Out << "@synthesize ";
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]

Completed in 45 milliseconds