Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2409 bool JavaScriptWrapImports; member
3324 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format72 JavaScriptWrapImports: true
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format79 JavaScriptWrapImports: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp639 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
1026 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
1206 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1171 !Style.JavaScriptWrapImports)) || in format()
H A DTokenAnnotator.cpp3590 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2730 **JavaScriptWrapImports** (``bool``)