Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1201 bool JavaScriptWrapImports; member
1769 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp419 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
678 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
824 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp1080 !Style.JavaScriptWrapImports)); in format()
H A DTokenAnnotator.cpp2891 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()