Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Format/
H A DFormat.h449 bool JavaScriptWrapImports; member
682 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/aosp_15_r20/external/skia/
H A D.clang-format85 JavaScriptWrapImports: true
176 JavaScriptWrapImports: true
/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A D.clang-format5 JavaScriptWrapImports: true
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/
DFormat.h2947 bool JavaScriptWrapImports; member
4832 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Format/
DFormat.h3060 bool JavaScriptWrapImports; member
4942 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Format/
DFormat.h3060 bool JavaScriptWrapImports; member
4942 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Format/
DFormat.h3089 bool JavaScriptWrapImports; member
5029 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/aosp_15_r20/external/ot-br-posix/
H A D.clang-format78 JavaScriptWrapImports: true
/aosp_15_r20/external/swiftshader/
H A D.clang-format80 JavaScriptWrapImports: true
/aosp_15_r20/external/openthread/
H A D.clang-format78 JavaScriptWrapImports: true
/aosp_15_r20/external/OpenCL-CTS/
H A D.clang-format80 JavaScriptWrapImports: true
/aosp_15_r20/external/gsc-utils/
H A D.clang-format80 JavaScriptWrapImports: true
/aosp_15_r20/external/AFLplusplus/
H A D.clang-format79 JavaScriptWrapImports: true
/aosp_15_r20/external/libnl/
H A D.clang-format92 JavaScriptWrapImports: true
/aosp_15_r20/external/libwebm/
H A D.clang-format83 JavaScriptWrapImports: true
/aosp_15_r20/external/bc/
H A D.clang-format97 JavaScriptWrapImports: true
/aosp_15_r20/external/libavc/
H A D.clang-format109 JavaScriptWrapImports: true
/aosp_15_r20/external/expat/expat/
H A D.clang-format111 JavaScriptWrapImports: true
/aosp_15_r20/external/executorch/
H A D.clang-format149 JavaScriptWrapImports: true
/aosp_15_r20/external/coreboot/
H A D.clang-format152 JavaScriptWrapImports: true
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp318 IO.mapOptional("JavaScriptWrapImports", Style.JavaScriptWrapImports); in mapping()
536 LLVMStyle.JavaScriptWrapImports = true; in getLLVMStyle()
620 GoogleStyle.JavaScriptWrapImports = false; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp852 !Style.JavaScriptWrapImports)); in format()
/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTestJS.cpp1103 Style.JavaScriptWrapImports = true; in TEST_F()