OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColumnScanned
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
FormattedStream.cpp
48
ColumnScanned
= CountColumns(
ColumnScanned
, Scanned,
51
ColumnScanned
= CountColumns(
ColumnScanned
, Ptr, Size);
66
indent(std::max(int(NewCol -
ColumnScanned
), 1));
/external/llvm/include/llvm/Support/
FormattedStream.h
47
///
ColumnScanned
- The current output column of the data that's
51
unsigned
ColumnScanned
;
85
: raw_ostream(), TheStream(0), DeleteStream(false),
ColumnScanned
(0) {
89
: raw_ostream(), TheStream(0), DeleteStream(false),
ColumnScanned
(0) {
Completed in 43 milliseconds