Home
last modified time | relevance | path

Searched refs:NI_All (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h452 NI_All enumerator
/external/clang/unittests/Format/
DFormatTest.cpp2220 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
9914 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
9920 FormatStyle::NI_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst534 * ``NI_All`` (in configuration: ``All``)
/external/clang/lib/Format/
DUnwrappedLineParser.cpp1379 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
DFormat.cpp139 IO.enumCase(Value, "All", FormatStyle::NI_All); in enumeration()