Home
last modified time | relevance | path

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

/external/perfetto/ui/
D.clang-format5 JavaScriptWrapImports: true
/external/clang/include/clang/Format/
DFormat.h449 bool JavaScriptWrapImports; member
682 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/external/skia/
D.clang-format74 JavaScriptWrapImports: true
165 JavaScriptWrapImports: true
/external/skqp/
D.clang-format74 JavaScriptWrapImports: true
165 JavaScriptWrapImports: true
/external/libaom/libaom/
D.clang-format74 JavaScriptWrapImports: true
/external/libvpx/libvpx/
D.clang-format74 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()