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 144 NamespaceIndentationKind NamespaceIndentation;
395 NamespaceIndentation == R.NamespaceIndentation &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
Format.cpp 201 IO.mapOptional("NamespaceIndentation", Style.NamespaceIndentation);
338 LLVMStyle.NamespaceIndentation = FormatStyle::NI_None;
437 Style.NamespaceIndentation = FormatStyle::NI_Inner;
    [all...]

Completed in 1125 milliseconds