Searched refs:DRTBS_All (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Format/ |
D | Format.h | 161 DRTBS_All, enumerator
|
/external/clang/lib/Format/ |
D | Format.cpp | 142 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration() 147 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration() 273 if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All) in mapping() 692 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in getGNUStyle()
|
/external/llvm-project/clang/include/clang/Format/ |
D | Format.h | 450 DRTBS_All, enumerator
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 280 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration() 285 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration() 486 if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All) in mapping() 1251 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in getGNUStyle()
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 280 * ``DRTBS_All`` (in configuration: ``All``)
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 10345 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in TEST_F() 10349 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All); in TEST_F()
|
/external/llvm-project/clang/unittests/Format/ |
D | FormatTest.cpp | 14425 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in TEST_F() 14429 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All); in TEST_F()
|
/external/llvm-project/clang/docs/ |
D | ClangFormatStyleOptions.rst | 612 * ``DRTBS_All`` (in configuration: ``All``)
|