Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp73 bool FormattingOff = false; member
268 while (Start != References.end() && Start->FormattingOff) { in sortModuleReferences()
274 while (Start != References.end() && !Start->FormattingOff) { in sortModuleReferences()
328 if (Reference.FormattingOff) { in appendReference()
370 bool FormattingOff = false; in parseModuleReferences() local
380 FormattingOff = true; in parseModuleReferences()
382 FormattingOff = false; in parseModuleReferences()
408 Reference.FormattingOff = FormattingOff; in parseModuleReferences()
422 << "formatting_off: " << Reference.FormattingOff in parseModuleReferences()
H A DFormat.cpp2791 bool FormattingOff = false; in sortCppIncludes() local
2812 FormattingOff = true; in sortCppIncludes()
2816 FormattingOff = false; in sortCppIncludes()
2820 FormattingOff = true; in sortCppIncludes()
2823 FormattingOff = false; in sortCppIncludes()
2833 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2993 bool FormattingOff = false; in sortJavaImports() local
3002 FormattingOff = true; in sortJavaImports()
3004 FormattingOff = false; in sortJavaImports()
3007 if (FormattingOff) { in sortJavaImports()