Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp29 std::vector<ObjCPropertyDecl *> &AllProps; member in __anonc1f1c3880111::GCAttrsCollector
34 std::vector<ObjCPropertyDecl *> &AllProps) in GCAttrsCollector() argument
36 AllProps(AllProps) { } in GCAttrsCollector()
53 AllProps.push_back(PropD); in TraverseDecl()
297 std::vector<ObjCPropertyDecl *> &AllProps) { in checkAllProps() argument
301 for (unsigned i = 0, e = AllProps.size(); i != e; ++i) { in checkAllProps()
302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps()
321 std::vector<ObjCPropertyDecl *> AllProps; in traverseTU() local
322 GCAttrsCollector(MigrateCtx, AllProps).TraverseDecl( in traverseTU()
326 checkAllProps(MigrateCtx, AllProps); in traverseTU()