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

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp67 typedef SmallVector<PropData, 2> PropsTy; typedef in class:__anon3457::PropertiesRewriter
68 typedef std::map<unsigned, PropsTy> AtPropDeclsTy;
87 PropsTy &props = AtProps[RawLoc];
119 PropsTy &props = findAtLoc->second;
120 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
132 PropsTy &props = I->second;
152 PropsTy &props = I->second;
160 PropsTy &props, SourceLocation atLoc,
163 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I)
183 void doActionForExtensionProp(PropsTy
[all...]

Completed in 135 milliseconds