Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProperties.cpp68 typedef std::map<SourceLocation, PropsTy> AtPropDeclsTy; typedef in __anoncb9639ad0111::PropertiesRewriter
69 AtPropDeclsTy AtProps;
76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps, in collectProperties()
77 AtPropDeclsTy *PrevAtProps = nullptr) { in collectProperties()
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()
130 for (AtPropDeclsTy::iterator in doTransform()