Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h185 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
186 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { in IncreaseIndentation() function
187 return IncreaseIndentation(CharSourceRange::getTokenRange(range), in IncreaseIndentation()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp246 bool Rewriter::IncreaseIndentation(CharSourceRange range, in IncreaseIndentation() function in Rewriter