Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.cpp73 bool FormattingOff = false; member
260 while (Start != References.end() && Start->FormattingOff) { in sortModuleReferences()
266 while (Start != References.end() && !Start->FormattingOff) { in sortModuleReferences()
355 bool FormattingOff = false; in parseModuleReferences() local
364 FormattingOff = true; in parseModuleReferences()
366 FormattingOff = false; in parseModuleReferences()
391 Reference.FormattingOff = FormattingOff; in parseModuleReferences()
403 << "formatting_off: " << Reference.FormattingOff in parseModuleReferences()
H A DFormat.cpp2384 bool FormattingOff = false; in sortCppIncludes() local
2393 FormattingOff = true; in sortCppIncludes()
2396 FormattingOff = false; in sortCppIncludes()
2405 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2553 bool FormattingOff = false; in sortJavaImports() local
2562 FormattingOff = true; in sortJavaImports()
2564 FormattingOff = false; in sortJavaImports()
2567 if (FormattingOff) { in sortJavaImports()