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

  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 254 /// To determine what the indentation should be, 'parentIndent' is used
257 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
258 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
260 parentIndent);
  /external/clang/lib/ARCMigrate/
Internals.h 72 SourceLocation parentIndent);
117 SourceLocation parentIndent) = 0;
TransformActions.cpp 144 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);
ARCMT.cpp 492 SourceLocation parentIndent) override {
493 rewriter.IncreaseIndentation(range, parentIndent);
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 361 SourceLocation parentIndent) {
365 if (!isRewritable(parentIndent)) return true;
372 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 159 milliseconds