Home
last modified time | relevance | path

Searched refs:NamespaceIndentation (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h456 NamespaceIndentationKind NamespaceIndentation; member
641 NamespaceIndentation == R.NamespaceIndentation &&
/external/jsoncpp/
D.clang-format22 NamespaceIndentation: None
/external/parameter-framework/upstream/
D.clang-format81 NamespaceIndentation: None
/external/clang/unittests/Format/
DFormatTest.cpp2220 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
2235 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
9914 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
9915 CHECK_PARSE("NamespaceIndentation: None", NamespaceIndentation, in TEST_F()
9917 CHECK_PARSE("NamespaceIndentation: Inner", NamespaceIndentation, in TEST_F()
9919 CHECK_PARSE("NamespaceIndentation: All", NamespaceIndentation, in TEST_F()
/external/clang/lib/Format/
DFormat.cpp300 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation); in mapping()
512 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None; in getLLVMStyle()
647 Style.NamespaceIndentation = FormatStyle::NI_Inner; in getWebKitStyle()
DUnwrappedLineParser.cpp1379 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace()
1380 (Style.NamespaceIndentation == FormatStyle::NI_Inner && in parseNamespace()
/external/clang/docs/
DClangFormatStyleOptions.rst525 **NamespaceIndentation** (``NamespaceIndentationKind``)