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

/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h254 /// To determine what the indentation should be, 'parentIndent' is used
257 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
258 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) { argument
260 parentIndent);
/external/clang/lib/ARCMigrate/
H A DInternals.h72 SourceLocation parentIndent);
117 SourceLocation parentIndent) = 0;
H A DTransformActions.cpp144 SourceLocation parentIndent);
164 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
358 SourceLocation parentIndent) {
364 data.Loc = parentIndent;
492 SourceLocation parentIndent) {
497 SM.getExpansionLoc(parentIndent)));
662 SourceLocation parentIndent) {
664 parentIndent);
357 increaseIndentation(SourceRange range, SourceLocation parentIndent) argument
491 commitIncreaseIndentation(SourceRange range, SourceLocation parentIndent) argument
661 increaseIndentation(SourceRange range, SourceLocation parentIndent) argument
H A DARCMT.cpp492 SourceLocation parentIndent) override {
493 rewriter.IncreaseIndentation(range, parentIndent);
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp361 SourceLocation parentIndent) {
365 if (!isRewritable(parentIndent)) return true;
372 parentOff = getLocationOffsetAndFileID(parentIndent, parentFileID);
360 IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent) argument

Completed in 611 milliseconds