OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxColumns
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
DependencyFile.cpp
186
const unsigned
MaxColumns
= 75;
194
} else if (Columns + N + 2 >
MaxColumns
) {
216
if (Columns + (N + 1) + 2 >
MaxColumns
) {
TextDiagnostic.cpp
332
unsigned
MaxColumns
= std::max<unsigned>(map.columns(),
336
if (
MaxColumns
<= Columns)
[
all
...]
Completed in 55 milliseconds