Home
last modified time | relevance | path

Searched refs:SortUsingDeclarations (Results 1 – 13 of 13) sorted by relevance

/external/libabigail/
D.clang-format15 SortUsingDeclarations: false
DChangeLog5700 Set SortUsingDeclarations=false
/external/swiftshader/
D.clang-format101 SortUsingDeclarations: true
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format99 SortUsingDeclarations: true
/external/OpenCL-CTS/
D.clang-format101 SortUsingDeclarations: true
/external/libaom/libaom/
D.clang-format128 SortUsingDeclarations: true
/external/libvpx/libvpx/
D.clang-format129 SortUsingDeclarations: true
/external/libwebm/
D.clang-format133 SortUsingDeclarations: true
/external/adhd/
D.clang-format111 #SortUsingDeclarations: false # Unknown to clang-format-4.0
/external/llvm-project/clang/include/clang/Format/
DFormat.h2091 bool SortUsingDeclarations; member
/external/llvm-project/clang/lib/Format/
DFormat.cpp603 IO.mapOptional("SortUsingDeclarations", Style.SortUsingDeclarations); in mapping()
983 LLVMStyle.SortUsingDeclarations = true; in getLLVMStyle()
1298 NoStyle.SortUsingDeclarations = false; in getNoStyle()
2667 if (Style.SortUsingDeclarations) in reformat()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2464 **SortUsingDeclarations** (``bool``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14127 CHECK_PARSE_BOOL(SortUsingDeclarations); in TEST_F()