HomeSort by relevance Sort by last modified time
    Searched refs:ObjCPropertyImplDecl (Results 1 - 25 of 32) 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;
99 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
104 ObjCPropertyImplDecl *implD = *I;
105 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 230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
IndexingContext.h 419 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 213 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/include/clang/AST/
DeclObjC.h 32 class ObjCPropertyImplDecl;
    [all...]
ASTContext.h     [all...]
DataRecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 80 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTImporter.cpp 158 Decl *VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTDumper.cpp 298 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 86 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
392 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) {
  /external/clang/lib/CodeGen/
CodeGenFunction.h 66 class ObjCPropertyImplDecl;
    [all...]
CGObjC.cpp 601 const ObjCPropertyImplDecl *propImpl);
616 const ObjCPropertyImplDecl *propImpl) {
746 const ObjCPropertyImplDecl *PID) {
759 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) {
816 const ObjCPropertyImplDecl *propImpl,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 131 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
652 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 335 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 329 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
    [all...]
RewriteObjC.cpp 275 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
775 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
789 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
    [all...]

Completed in 201 milliseconds

1 2