Searched defs:IndentationRanges (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp115 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges; member in class:__anon3033::TransformActionsImpl
493 IndentationRanges.push_back(
566 I = IndentationRanges.begin(), E = IndentationRanges.end(); I!=E; ++I) {

Completed in 39 milliseconds