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);
111 SourceLocation parentIndent) = 0;
TransformActions.cpp 143 SourceLocation parentIndent);
163 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
357 SourceLocation parentIndent) {
363 data.Loc = parentIndent;
491 SourceLocation parentIndent) {
496 SM.getExpansionLoc(parentIndent)));
661 SourceLocation parentIndent) {
663 parentIndent);
ARCMT.cpp 517 SourceLocation parentIndent) {
518 rewriter.IncreaseIndentation(range, parentIndent);
  /external/clang/lib/Rewrite/
Rewriter.cpp 349 SourceLocation parentIndent) {
353 if (!isRewritable(parentIndent)) return true;
360 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 205 milliseconds