Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1476 bool JavaScriptWrapImports; member
2128 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp490 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
790 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
949 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
HDUnwrappedLineFormatter.cpp1132 !Style.JavaScriptWrapImports)) || in format()
HDTokenAnnotator.cpp3192 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()