Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1826 bool FormattingOff = false; in sortIncludes() local
1835 FormattingOff = true; in sortIncludes()
1837 FormattingOff = false; in sortIncludes()
1839 if (!FormattingOff && !Line.endswith("\\")) { in sortIncludes()