Home
last modified time | relevance | path

Searched defs:AlwaysBreakBeforeMultilineStrings (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Format/
H A DFormat.h195 bool AlwaysBreakBeforeMultilineStrings; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/
DFormat.h989 bool AlwaysBreakBeforeMultilineStrings; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Format/
DFormat.h1083 bool AlwaysBreakBeforeMultilineStrings; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Format/
DFormat.h1083 bool AlwaysBreakBeforeMultilineStrings; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Format/
DFormat.h1098 bool AlwaysBreakBeforeMultilineStrings; member
/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTest.cpp5000 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() argument