Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h330 bool Cpp11BracedListStyle; member
671 Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
/external/autotest/client/site_tests/graphics_Gralloc/src/
D.clang-format14 Cpp11BracedListStyle: false
/external/jsoncpp/
D.clang-format32 Cpp11BracedListStyle: false
/external/clang/lib/Format/
DFormatToken.cpp155 if (Style.Cpp11BracedListStyle && !Style.BinPackArguments && in precomputeFormattingInfos()
194 if (Style.Cpp11BracedListStyle && in precomputeFormattingInfos()
DFormat.cpp305 IO.mapOptional("Cpp11BracedListStyle", Style.Cpp11BracedListStyle); in mapping()
522 LLVMStyle.Cpp11BracedListStyle = true; in getLLVMStyle()
661 MozillaStyle.Cpp11BracedListStyle = false; in getMozillaStyle()
679 Style.Cpp11BracedListStyle = false; in getWebKitStyle()
697 Style.Cpp11BracedListStyle = false; in getGNUStyle()
DFormatToken.h434 (!Style.Cpp11BracedListStyle && NestingLevel == 0))); in opensBlockOrBlockTypeList()
DTokenAnnotator.cpp1707 Current->SpacesRequiredBefore = Style.Cpp11BracedListStyle ? 0 : 1; in calculateFormattingInformation()
2053 return !Style.Cpp11BracedListStyle; in spaceRequiredBetween()
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format44 Cpp11BracedListStyle: true
/external/libvpx/libvpx/
D.clang-format47 Cpp11BracedListStyle: false
/external/skia/
D.clang-format54 Cpp11BracedListStyle: true
/external/clang/unittests/Format/
DFormatTestJava.cpp237 Style.Cpp11BracedListStyle = false; in TEST_F()
DFormatTest.cpp6559 ExtraSpaces.Cpp11BracedListStyle = false; in TEST_F()
10177 CHECK_PARSE_BOOL(Cpp11BracedListStyle); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst439 **Cpp11BracedListStyle** (``bool``)