Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h140 NI_All enumerator
/external/clang/unittests/Format/
DFormatTest.cpp2031 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
8213 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
8219 FormatStyle::NI_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst289 * ``NI_All`` (in configuration: ``All``)
/external/clang/lib/Format/
DUnwrappedLineParser.cpp1178 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
DFormat.cpp95 IO.enumCase(Value, "All", FormatStyle::NI_All); in enumeration()