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.
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 120 ObjCPropertyImplDecl::Synthesize) {
TransProperties.cpp 106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 219 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/tools/libclang/
IndexDecl.cpp 237 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 228 milliseconds