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

1 2

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 32 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties;
58 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator
118 ObjCPropertyImplDecl::Synthesize) {
175 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator
178 ObjCPropertyImplDecl *PropImpDecl = P->second;
TransProperties.cpp 62 ObjCPropertyImplDecl *ImplD;
103 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
108 ObjCPropertyImplDecl *implD = *I;
109 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/tools/libclang/
IndexDecl.cpp 221 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) {
225 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
227 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
CursorVisitor.h 233 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
IndexingContext.h 422 bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D);
CIndex.cpp     [all...]
IndexingContext.cpp 590 const ObjCPropertyImplDecl *D) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
CheckObjCDealloc.cpp 174 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/include/clang/AST/
DeclObjC.h 32 class ObjCPropertyImplDecl;
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 89 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTImporter.cpp 163 Decl *VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTDumper.cpp 479 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 653 const ObjCPropertyImplDecl *propImpl);
668 const ObjCPropertyImplDecl *propImpl) {
798 const ObjCPropertyImplDecl *PID) {
811 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) {
    [all...]
CodeGenFunction.h 68 class ObjCPropertyImplDecl;
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 86 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
406 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) {
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 266 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
766 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
780 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
    [all...]
RewriteModernObjC.cpp 320 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 351 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]

Completed in 1039 milliseconds

1 2