Searched refs:UT_ForIndentation (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Format/ |
D | Format.h | 622 UT_ForIndentation, enumerator
|
/external/llvm-project/clang/include/clang/Format/ |
D | Format.h | 2414 UT_ForIndentation, enumerator
|
/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 548 case FormatStyle::UT_ForIndentation: in appendIndentText()
|
D | Format.cpp | 77 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
|
/external/llvm-project/clang/lib/Format/ |
D | WhitespaceManager.cpp | 946 case FormatStyle::UT_ForIndentation: in appendIndentText()
|
D | Format.cpp | 94 IO.enumCase(Value, "ForIndentation", FormatStyle::UT_ForIndentation); in enumeration()
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 8462 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/ |
D | FormatTest.cpp | 10927 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/ |
D | ClangFormatStyleOptions.rst | 752 * ``UT_ForIndentation`` (in configuration: ``ForIndentation``)
|
/external/llvm-project/clang/docs/ |
D | ClangFormatStyleOptions.rst | 2846 * ``UT_ForIndentation`` (in configuration: ``ForIndentation``)
|