Home
last modified time | relevance | path

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

/external/perfetto/ui/
D.clang-format5 JavaScriptWrapImports: true
/external/perfetto/infra/perfetto.dev/
D.clang-format5 JavaScriptWrapImports: true
/external/clang/include/clang/Format/
DFormat.h449 bool JavaScriptWrapImports; member
682 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/external/skqp/
D.clang-format74 JavaScriptWrapImports: true
165 JavaScriptWrapImports: true
/external/skia/
D.clang-format74 JavaScriptWrapImports: true
165 JavaScriptWrapImports: true
/external/swiftshader/
D.clang-format79 JavaScriptWrapImports: true
/external/llvm-project/clang/include/clang/Format/
DFormat.h1720 bool JavaScriptWrapImports; member
2504 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format76 JavaScriptWrapImports: true
/external/OpenCL-CTS/
D.clang-format80 JavaScriptWrapImports: true
/external/libaom/libaom/
D.clang-format79 JavaScriptWrapImports: true
/external/libvpx/libvpx/
D.clang-format80 JavaScriptWrapImports: true
/external/libwebm/
D.clang-format83 JavaScriptWrapImports: true
/external/adhd/
D.clang-format88 JavaScriptWrapImports: true
/external/clang/unittests/Format/
DFormatTestJS.cpp1103 Style.JavaScriptWrapImports = true; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp318 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
536 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
620 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
DUnwrappedLineFormatter.cpp852 !Style.JavaScriptWrapImports)); in format()
/external/llvm-project/clang/unittests/Format/
DFormatTestJS.cpp1856 Style.JavaScriptWrapImports = true; in TEST_F()
/external/llvm-project/clang/lib/Format/
DFormat.cpp569 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
933 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
1109 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
DUnwrappedLineFormatter.cpp1125 !Style.JavaScriptWrapImports)) || in format()
DTokenAnnotator.cpp3580 if (Style.JavaScriptWrapImports || Line.Type != LT_ImportStatement) { in mustBreakBefore()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2065 **JavaScriptWrapImports** (``bool``)