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

1 2

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 31 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties;
57 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator
117 ObjCPropertyImplDecl *PID = *I;
119 ObjCPropertyImplDecl::Synthesize) {
176 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator
179 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/lib/AST/
DeclObjC.cpp     [all...]
DeclPrinter.cpp 80 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1041 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) {
1042 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize)
    [all...]
ASTImporter.cpp 152 Decl *VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 203 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) {
207 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
209 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize);
CursorVisitor.h 219 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
IndexingContext.h 428 bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D);
CIndexUSRs.cpp 81 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
381 void USRGenerator::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) {
CIndex.cpp     [all...]
IndexingContext.cpp 504 const ObjCPropertyImplDecl *D) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 32 class ObjCPropertyImplDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 54 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
CheckObjCDealloc.cpp 218 if ((*I)->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 62 class ObjCPropertyImplDecl;
    [all...]
CGObjC.cpp 570 const ObjCPropertyImplDecl *propImpl);
585 const ObjCPropertyImplDecl *propImpl) {
705 const ObjCPropertyImplDecl *PID) {
718 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) {
774 const ObjCPropertyImplDecl *propImpl,
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 124 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
614 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) {
    [all...]
ASTReaderDecl.cpp 292 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 286 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
780 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
794 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
    [all...]
RewriteObjC.cpp 272 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
762 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
776 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
    [all...]

Completed in 69 milliseconds

1 2