Searched refs:AllProps (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp30 std::vector<ObjCPropertyDecl *> &AllProps; member in class:__anon3455::GCAttrsCollector
35 std::vector<ObjCPropertyDecl *> &AllProps)
37 AllProps(AllProps) { }
54 AllProps.push_back(PropD);
304 std::vector<ObjCPropertyDecl *> &AllProps) {
308 for (unsigned i = 0, e = AllProps.size(); i != e; ++i) {
309 ObjCPropertyDecl *PD = AllProps[i];
330 std::vector<ObjCPropertyDecl *> AllProps; local
331 GCAttrsCollector(MigrateCtx, AllProps)
34 GCAttrsCollector(MigrationContext &ctx, std::vector<ObjCPropertyDecl *> &AllProps) argument
303 checkAllProps(MigrationContext &MigrateCtx, std::vector<ObjCPropertyDecl *> &AllProps) argument
[all...]

Completed in 183 milliseconds