HomeSort by relevance Sort by last modified time
    Searched defs:IncreaseIndentation (Results 1 - 2 of 2) 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,

Completed in 6189 milliseconds