Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
320 if (Reference.FormattingOff) { in appendReference()
360 bool FormattingOff = false; in parseModuleReferences() local
369 FormattingOff = true; in parseModuleReferences()
371 FormattingOff = false; in parseModuleReferences()
396 Reference.FormattingOff = FormattingOff; in parseModuleReferences()
408 << "formatting_off: " << Reference.FormattingOff in parseModuleReferences()
H A DFormat.cpp2433 bool FormattingOff = false; in sortCppIncludes() local
2442 FormattingOff = true; in sortCppIncludes()
2445 FormattingOff = false; in sortCppIncludes()
2454 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2602 bool FormattingOff = false; in sortJavaImports() local
2611 FormattingOff = true; in sortJavaImports()
2613 FormattingOff = false; in sortJavaImports()
2616 if (FormattingOff) { in sortJavaImports()