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

  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
Rewriter.h 156 bool IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent);
157 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
158 return IncreaseIndentation(CharSourceRange::getTokenRange(range),
  /art/runtime/
indenter.h 125 void IncreaseIndentation(size_t adjustment) {
147 vios_->IncreaseIndentation(adjustment_);
  /external/clang/lib/Rewrite/
Rewriter.cpp 327 bool Rewriter::IncreaseIndentation(CharSourceRange range,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 497 void increaseIndentation(CharSourceRange range,
499 rewriter.IncreaseIndentation(range, parentIndent);

Completed in 499 milliseconds