Home
last modified time | relevance | path

Searched refs:parentIndent (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriter.h257 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
258 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { in IncreaseIndentation() argument
260 parentIndent); in IncreaseIndentation()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp144 SourceLocation parentIndent);
164 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
358 SourceLocation parentIndent) { in increaseIndentation() argument
364 data.Loc = parentIndent; in increaseIndentation()
492 SourceLocation parentIndent) { in commitIncreaseIndentation() argument
497 SM.getExpansionLoc(parentIndent))); in commitIncreaseIndentation()
662 SourceLocation parentIndent) { in increaseIndentation() argument
664 parentIndent); in increaseIndentation()
DInternals.h72 SourceLocation parentIndent);
117 SourceLocation parentIndent) = 0;
DARCMT.cpp492 SourceLocation parentIndent) override { in increaseIndentation() argument
493 rewriter.IncreaseIndentation(range, parentIndent); in increaseIndentation()
/external/clang/lib/Rewrite/Core/
DRewriter.cpp361 SourceLocation parentIndent) { in IncreaseIndentation() argument
365 if (!isRewritable(parentIndent)) return true; in IncreaseIndentation()
372 parentOff = getLocationOffsetAndFileID(parentIndent, parentFileID); in IncreaseIndentation()