Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp67 typedef SmallVector<PropData, 2> PropsTy; typedef in __anon43bf37f20111::PropertiesRewriter
68 typedef std::map<SourceLocation, PropsTy> AtPropDeclsTy;
85 PropsTy &props = AtProps[Loc]; in collectProperties()
120 PropsTy &props = findAtLoc->second; in doTransform()
121 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in doTransform()
133 PropsTy &props = I->second; in doTransform()
146 PropsTy &props, SourceLocation atLoc, in doPropAction()
149 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in doPropAction()
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
198 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
[all …]