HomeSort by relevance Sort by last modified time
    Searched refs:parentIndent (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Rewrite/
Rewriter.h 251 /// To determine what the indentation should be, 'parentIndent' is used
254 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
255 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
257 parentIndent);
  /external/clang/lib/ARCMigrate/
Internals.h 70 SourceLocation parentIndent);
109 SourceLocation parentIndent) = 0;
TransformActions.cpp 141 SourceLocation parentIndent);
161 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
355 SourceLocation parentIndent) {
361 data.Loc = parentIndent;
489 SourceLocation parentIndent) {
494 SM.getExpansionLoc(parentIndent)));
659 SourceLocation parentIndent) {
661 parentIndent);
ARCMT.cpp 466 SourceLocation parentIndent) {
467 rewriter.IncreaseIndentation(range, parentIndent);
  /external/clang/lib/Rewrite/
Rewriter.cpp 348 SourceLocation parentIndent) {
352 if (!isRewritable(parentIndent)) return true;
359 parentOff = getLocationOffsetAndFileID(parentIndent, parentFileID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]

Completed in 1296 milliseconds