Home
last modified time | relevance | path

Searched refs:SpaceAfterTemplateKeyword (Results 1 – 16 of 16) sorted by relevance

/external/flatbuffers/
D.clang-format10 SpaceAfterTemplateKeyword: false
/external/skqp/
D.clang-format91 SpaceAfterTemplateKeyword: true
182 SpaceAfterTemplateKeyword: true
/external/skia/
D.clang-format91 SpaceAfterTemplateKeyword: true
182 SpaceAfterTemplateKeyword: true
/external/libkmsxx/
D.clang-format67 SpaceAfterTemplateKeyword: false
/external/swiftshader/
D.clang-format103 SpaceAfterTemplateKeyword: false
/external/llvm-project/clang/include/clang/Format/
DFormat.h2112 bool SpaceAfterTemplateKeyword; member
2533 SpaceAfterTemplateKeyword == R.SpaceAfterTemplateKeyword &&
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format101 SpaceAfterTemplateKeyword: true
/external/OpenCL-CTS/
D.clang-format104 SpaceAfterTemplateKeyword: true
/external/libaom/libaom/
D.clang-format130 SpaceAfterTemplateKeyword: true
/external/libvpx/libvpx/
D.clang-format131 SpaceAfterTemplateKeyword: true
/external/libwebm/
D.clang-format135 SpaceAfterTemplateKeyword: true
/external/adhd/
D.clang-format113 SpaceAfterTemplateKeyword: true
/external/llvm-project/clang/lib/Format/
DFormat.cpp607 Style.SpaceAfterTemplateKeyword); in mapping()
957 LLVMStyle.SpaceAfterTemplateKeyword = true; in getLLVMStyle()
1222 MozillaStyle.SpaceAfterTemplateKeyword = false; in getMozillaStyle()
DTokenAnnotator.cpp2846 return Style.SpaceAfterTemplateKeyword; in spaceRequiredBetween()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14137 CHECK_PARSE_BOOL(SpaceAfterTemplateKeyword); in TEST_F()
16180 TEST_F(FormatTest, SpaceAfterTemplateKeyword) { in TEST_F() argument
16182 Style.SpaceAfterTemplateKeyword = false; in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2497 **SpaceAfterTemplateKeyword** (``bool``)