Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp30 std::vector<ObjCPropertyDecl *> &AllProps; member in __anon309938d70111::GCAttrsCollector
35 std::vector<ObjCPropertyDecl *> &AllProps) in GCAttrsCollector() argument
37 AllProps(AllProps) { } in GCAttrsCollector()
54 AllProps.push_back(PropD); in TraverseDecl()
296 std::vector<ObjCPropertyDecl *> &AllProps) { in checkAllProps() argument
300 for (unsigned i = 0, e = AllProps.size(); i != e; ++i) { in checkAllProps()
301 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps()
322 std::vector<ObjCPropertyDecl *> AllProps; in traverseTU() local
323 GCAttrsCollector(MigrateCtx, AllProps).TraverseDecl( in traverseTU()
327 checkAllProps(MigrateCtx, AllProps); in traverseTU()