Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1344 bool FormattingOff = false; in sortCppIncludes() local
1353 FormattingOff = true; in sortCppIncludes()
1355 FormattingOff = false; in sortCppIncludes()
1357 if (!FormattingOff && !Line.endswith("\\")) { in sortCppIncludes()