HomeSort by relevance Sort by last modified time
    Searched refs:increaseIndentation (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Internals.h 69 void increaseIndentation(SourceRange range,
110 virtual void increaseIndentation(CharSourceRange range,
TransformActions.cpp 142 void increaseIndentation(SourceRange range,
356 void TransformActionsImpl::increaseIndentation(SourceRange range,
569 receiver.increaseIndentation(range, I->second);
660 void TransformActions::increaseIndentation(SourceRange range,
662 static_cast<TransformActionsImpl*>(Impl)->increaseIndentation(range,
TransAutoreleasePool.cpp 136 Pass.TA.increaseIndentation(
143 Pass.TA.increaseIndentation(scope.getIndentedRange(),
ARCMT.cpp 516 virtual void increaseIndentation(CharSourceRange range,
518 rewriter.IncreaseIndentation(range, parentIndent);

Completed in 41 milliseconds