Searched refs:JavaScriptWrapImports (Results 1 – 6 of 6) sorted by relevance
2551 bool JavaScriptWrapImports; member3922 JavaScriptWrapImports == R.JavaScriptWrapImports &&
1963 Style.JavaScriptWrapImports = true; in TEST_F()
816 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()1276 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()1467 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
1332 (!Style.isJavaScript() || !Style.JavaScriptWrapImports)) || in format()
4312 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
3100 **JavaScriptWrapImports** (``Boolean``) :versionbadge:`clang-format 3.9`