Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Format/
H A DFormat.h99 bool AlignConsecutiveDeclarations; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/
DFormat.h300 AlignConsecutiveStyle AlignConsecutiveDeclarations; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Format/
DFormat.h318 AlignConsecutiveStyle AlignConsecutiveDeclarations; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Format/
DFormat.h318 AlignConsecutiveStyle AlignConsecutiveDeclarations; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Format/
DFormat.h318 AlignConsecutiveStyle AlignConsecutiveDeclarations; member
/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTest.cpp9268 TEST_F(FormatTest, AlignConsecutiveDeclarations) { in TEST_F() argument