Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format79 JavaScriptWrapImports: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3095 bool JavaScriptWrapImports; member
5081 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1018 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
1529 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
1740 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1400 (!Style.isJavaScript() || !Style.JavaScriptWrapImports)) || in format()
H A DTokenAnnotator.cpp5644 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()