Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransformActions.cpp116 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges; member in __anonb22c52370111::TransformActionsImpl
494 IndentationRanges.push_back( in commitIncreaseIndentation()
567 I = IndentationRanges.begin(), E = IndentationRanges.end(); I!=E; ++I) { in applyRewrites()