reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2085            JavaScriptWrapImports == R.JavaScriptWrapImports &&
 2085            JavaScriptWrapImports == R.JavaScriptWrapImports &&
tools/clang/lib/Format/Format.cpp
  487     IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports);
  781   LLVMStyle.JavaScriptWrapImports = true;
  937     GoogleStyle.JavaScriptWrapImports = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 3047   if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) {
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1119             !Style.JavaScriptWrapImports)) ||
tools/clang/unittests/Format/FormatTestJS.cpp
 1777   Style.JavaScriptWrapImports = true;