HomeSort by: relevance | last modified time | path
    Searched refs:NamespaceIndentation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2534 NamespaceIndentationKind NamespaceIndentation;
3330 NamespaceIndentation == R.NamespaceIndentation &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 645 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation);
1030 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None;
1203 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
1231 GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
1337 Style.NamespaceIndentation = FormatStyle::NI_Inner;
UnwrappedLineParser.cpp 2143 Style.NamespaceIndentation == FormatStyle::NI_All ||
2144 (Style.NamespaceIndentation == FormatStyle::NI_Inner &&

Completed in 63 milliseconds