OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncreaseIndentation
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
257
bool
IncreaseIndentation
(CharSourceRange range, SourceLocation parentIndent);
258
bool
IncreaseIndentation
(SourceRange range, SourceLocation parentIndent) {
259
return
IncreaseIndentation
(CharSourceRange::getTokenRange(range),
/external/clang/lib/ARCMigrate/
ARCMT.cpp
491
void
increaseIndentation
(CharSourceRange range,
493
rewriter.
IncreaseIndentation
(range, parentIndent);
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
360
bool Rewriter::
IncreaseIndentation
(CharSourceRange range,
Completed in 50 milliseconds