Home
last modified time | relevance | path

Searched refs:UT_ForIndentation (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h622 UT_ForIndentation, enumerator
/external/clang/lib/Format/
DWhitespaceManager.cpp548 case FormatStyle::UT_ForIndentation: in appendIndentText()
DFormat.cpp77 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
/external/llvm-project/clang/include/clang/Format/
DFormat.h2414 UT_ForIndentation, enumerator
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.cpp946 case FormatStyle::UT_ForIndentation: in appendIndentText()
DFormat.cpp94 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
/external/clang/unittests/Format/
DFormatTest.cpp8462 Tab.UseTab = FormatStyle::UT_ForIndentation; in TEST_F()
10272 Style.UseTab = FormatStyle::UT_ForIndentation; in TEST_F()
10274 CHECK_PARSE("UseTab: ForIndentation", UseTab, FormatStyle::UT_ForIndentation); in TEST_F()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp10927 Tab.UseTab = FormatStyle::UT_ForIndentation; in TEST_F()
11593 Tab.UseTab = FormatStyle::UT_ForIndentation; in TEST_F()
14292 Style.UseTab = FormatStyle::UT_ForIndentation; in TEST_F()
14294 CHECK_PARSE("UseTab: ForIndentation", UseTab, FormatStyle::UT_ForIndentation); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst752 * ``UT_ForIndentation`` (in configuration: ``ForIndentation``)
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2846 * ``UT_ForIndentation`` (in configuration: ``ForIndentation``)