Searched defs:parentIndent (Results 1 - 3 of 3) 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/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
/external/clang/lib/ARCMigrate/
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

Completed in 136 milliseconds