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

  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 258 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
259 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
260 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 353 bool Rewriter::IncreaseIndentation(CharSourceRange range,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 540 virtual void increaseIndentation(CharSourceRange range,
542 rewriter.IncreaseIndentation(range, parentIndent);

Completed in 487 milliseconds