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

1 2

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 11 // @synthesize declarations.
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 264 // Synthesize import declaration.
279 // Synthesize main function.
286 // Synthesize file.
  /prebuilts/go/linux-x86/src/go/doc/
example.go 264 // Synthesize import declaration.
279 // Synthesize main function.
286 // Synthesize file.
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 118 ObjCPropertyImplDecl::Synthesize) {
TransProperties.cpp 109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/lib/Index/
IndexDecl.cpp 322 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
  /external/clang/include/clang/AST/
DeclObjC.h 746 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclObjC.h 753 ObjCIvarDecl *PropertyIvarDecl; // Synthesize ivar for this property
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
84 // Shouldn't be able to synthesize a property that doesn't exist.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 885 // anonymous return values, synthesize names for use in assignment that replaces return
1072 // Synthesize a variable to store the inlined function's results in.
1083 // Synthesize a variable to store the inlined function's arguments
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 885 // anonymous return values, synthesize names for use in assignment that replaces return
1072 // Synthesize a variable to store the inlined function's results in.
1083 // Synthesize a variable to store the inlined function's arguments
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]

Completed in 979 milliseconds

1 2