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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp68 typedef std::map<unsigned, PropsTy> AtPropDeclsTy; typedef in class:__anon1542::PropertiesRewriter
69 AtPropDeclsTy AtProps;
76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps,
77 AtPropDeclsTy *PrevAtProps = nullptr) {
117 AtPropDeclsTy::iterator findAtLoc = AtProps.find(rawAtLoc);
131 for (AtPropDeclsTy::iterator

Completed in 119 milliseconds