OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:increaseindentation
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/ARCMigrate/
Internals.h
72
void
increaseIndentation
(SourceRange range,
113
virtual void
increaseIndentation
(CharSourceRange range,
TransformActions.cpp
143
void
increaseIndentation
(SourceRange range,
357
void TransformActionsImpl::
increaseIndentation
(SourceRange range,
570
receiver.
increaseIndentation
(range, I->second);
661
void TransformActions::
increaseIndentation
(SourceRange range,
663
static_cast<TransformActionsImpl*>(Impl)->
increaseIndentation
(range,
TransAutoreleasePool.cpp
137
Pass.TA.
increaseIndentation
(
144
Pass.TA.
increaseIndentation
(scope.getIndentedRange(),
ARCMT.cpp
546
virtual void
increaseIndentation
(CharSourceRange range,
548
rewriter.
IncreaseIndentation
(range, parentIndent);
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
258
bool
IncreaseIndentation
(CharSourceRange range, SourceLocation parentIndent);
259
bool
IncreaseIndentation
(SourceRange range, SourceLocation parentIndent) {
260
return
IncreaseIndentation
(CharSourceRange::getTokenRange(range),
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
353
bool Rewriter::
IncreaseIndentation
(CharSourceRange range,
Completed in 68 milliseconds