Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2551 bool JavaScriptWrapImports; member
3922 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp1963 Style.JavaScriptWrapImports = true; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp816 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
1276 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
1467 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1332 (!Style.isJavaScript() || !Style.JavaScriptWrapImports)) || in format()
H A DTokenAnnotator.cpp4312 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3100 **JavaScriptWrapImports** (``Boolean``) :versionbadge:`clang-format 3.9`