Home
last modified time | relevance | path

Searched refs:TabStop (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
DTextDiagnostic.cpp98 unsigned TabStop) { in printableTextForNextCharacter() argument
103 assert(0 < TabStop && TabStop <= DiagnosticOptions::MaxTabStop && in printableTextForNextCharacter()
106 unsigned NumSpaces = TabStop - col%TabStop; in printableTextForNextCharacter()
107 assert(0 < NumSpaces && NumSpaces <= TabStop in printableTextForNextCharacter()
160 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs() argument
168 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
195 static void byteToColumn(StringRef SourceLine, unsigned TabStop, in byteToColumn() argument
211 = printableTextForNextCharacter(SourceLine, &i, TabStop); in byteToColumn()
229 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte() argument
244 = printableTextForNextCharacter(SourceLine, &i, TabStop); in columnToByte()
[all …]
DCompilerInvocation.cpp611 Opts.TabStop = getLastArgIntValue(Args, OPT_ftabstop, in ParseDiagnosticArgs()
613 if (Opts.TabStop == 0 || Opts.TabStop > DiagnosticOptions::MaxTabStop) { in ParseDiagnosticArgs()
614 Opts.TabStop = DiagnosticOptions::DefaultTabStop; in ParseDiagnosticArgs()
617 << Opts.TabStop << DiagnosticOptions::DefaultTabStop; in ParseDiagnosticArgs()
/external/llvm/lib/Support/
DSourceMgr.cpp26 static const size_t TabStop = 8; variable
334 } while ((OutCol % TabStop) != 0); in printSourceLine()
457 } while ((OutCol % TabStop) != 0); in print()
486 } while (((OutCol % TabStop) != 0) && i != e); in print()
/external/clang/include/clang/Basic/
DDiagnosticOptions.def84 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DAttachDialog.Designer.cs134 this.groupBox1.TabStop = false; in InitializeComponent()
/external/chromium_org/tools/stats_viewer/
Dstats_viewer.Designer.cs113 this.pictureBoxTitle.TabStop = false; in InitializeComponent()