Searched defs:IncreaseIndentation (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h257 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
258 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { function in class:clang::Rewriter
259 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp360 bool Rewriter::IncreaseIndentation(CharSourceRange range, function in class:Rewriter

Completed in 1051 milliseconds