Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp68 typedef std::map<SourceLocation, PropsTy> AtPropDeclsTy; typedef in __anon43bf37f20111::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()