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 71 void increaseIndentation(SourceRange range,
116 virtual void increaseIndentation(CharSourceRange range,
TransformActions.cpp 143 void increaseIndentation(SourceRange range,
357 void TransformActionsImpl::increaseIndentation(SourceRange range,
570 receiver.increaseIndentation(range, I->second);
660 void TransformActions::increaseIndentation(SourceRange range,
662 static_cast<TransformActionsImpl*>(Impl)->increaseIndentation(range,
TransAutoreleasePool.cpp 137 Pass.TA.increaseIndentation(
144 Pass.TA.increaseIndentation(scope.getIndentedRange(),
ARCMT.cpp 491 void increaseIndentation(CharSourceRange range,
493 rewriter.IncreaseIndentation(range, parentIndent);

Completed in 722 milliseconds