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

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp68 typedef SmallVector<PropData, 2> PropsTy; typedef in class:__anon17698::PropertiesRewriter
69 typedef std::map<unsigned, PropsTy> AtPropDeclsTy;
86 PropsTy &props = AtProps[RawLoc];
118 PropsTy &props = findAtLoc->second;
119 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
131 PropsTy &props = I->second;
149 PropsTy &props = I->second;
157 PropsTy &props, SourceLocation atLoc,
160 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I)
180 void doActionForExtensionProp(PropsTy
[all...]

Completed in 676 milliseconds