Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h449 bool JavaScriptWrapImports; member
682 JavaScriptWrapImports == R.JavaScriptWrapImports &&
/external/skia/
D.clang-format71 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()