OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentIndent
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
153
/// To determine what the indentation should be, '
parentIndent
' is used
156
bool IncreaseIndentation(CharSourceRange range, SourceLocation
parentIndent
);
157
bool IncreaseIndentation(SourceRange range, SourceLocation
parentIndent
) {
159
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
)));
660
SourceLocation
parentIndent
) {
662
parentIndent
);
ARCMT.cpp
497
SourceLocation
parentIndent
) override {
498
rewriter.IncreaseIndentation(range,
parentIndent
);
/external/clang/lib/Rewrite/
Rewriter.cpp
328
SourceLocation
parentIndent
) {
332
if (!isRewritable(
parentIndent
)) return true;
339
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 106 milliseconds