Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format79 JavaScriptWrapImports: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2467 bool JavaScriptWrapImports; member
3459 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp673 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
1068 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
1253 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1186 !Style.JavaScriptWrapImports)) || in format()
H A DTokenAnnotator.cpp3717 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()