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 *PID = *I;
120 ObjCPropertyImplDecl::Synthesize) {
177 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator
180 ObjCPropertyImplDecl *PropImpDecl = P->second;
TransProperties.cpp 62 ObjCPropertyImplDecl *ImplD;
100 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
105 ObjCPropertyImplDecl *implD = *I;
106 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/tools/libclang/
IndexDecl.cpp 217 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) {
221 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
223 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
CursorVisitor.h 230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
IndexingContext.h 423 bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D);
CIndexUSRs.cpp 80 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
377 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) {
CIndex.cpp     [all...]
IndexingContext.cpp 582 const ObjCPropertyImplDecl *D) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 80 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTDumper.cpp 238 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
    [all...]
ASTImporter.cpp 153 Decl *VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 32 class ObjCPropertyImplDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 219 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
ObjCUnusedIVarsChecker.cpp 64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
  /external/clang/lib/CodeGen/
CodeGenFunction.h 62 class ObjCPropertyImplDecl;
    [all...]
CGObjC.cpp 570 const ObjCPropertyImplDecl *propImpl);
585 const ObjCPropertyImplDecl *propImpl) {
715 const ObjCPropertyImplDecl *PID) {
728 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) {
785 const ObjCPropertyImplDecl *propImpl,
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 125 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
623 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 291 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 274 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
768 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
782 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
    [all...]

Completed in 524 milliseconds

1 2