HomeSort by relevance Sort by last modified time
    Searched refs:NamespaceIndentation (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 147 NamespaceIndentationKind NamespaceIndentation;
452 NamespaceIndentation == R.NamespaceIndentation &&
  /external/clang/lib/Format/
Format.cpp 219 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation);
364 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None;
486 Style.NamespaceIndentation = FormatStyle::NI_Inner;
    [all...]
UnwrappedLineParser.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 150 milliseconds