Home
last modified time | relevance | path

Searched refs:IncreaseIndentation (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
HDRewriter.h156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { in IncreaseIndentation() function
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range), in IncreaseIndentation()
/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDRewriter.cpp329 bool Rewriter::IncreaseIndentation(CharSourceRange range, in IncreaseIndentation() function in Rewriter
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDARCMT.cpp494 rewriter.IncreaseIndentation(range, parentIndent); in increaseIndentation()