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
255
/// To determine what the indentation should be, '
parentIndent
' is used
258
bool IncreaseIndentation(CharSourceRange range, SourceLocation
parentIndent
);
259
bool IncreaseIndentation(SourceRange range, SourceLocation
parentIndent
) {
261
parentIndent
);
/external/clang/lib/ARCMigrate/
Internals.h
73
SourceLocation
parentIndent
);
114
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
547
SourceLocation
parentIndent
) {
548
rewriter.IncreaseIndentation(range,
parentIndent
);
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
354
SourceLocation
parentIndent
) {
358
if (!isRewritable(
parentIndent
)) return true;
365
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 799 milliseconds