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

  /external/clang/include/clang/Format/
Format.h 323 bool Cpp11BracedListStyle;
626 Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
  /external/clang/lib/Format/
FormatToken.cpp 153 if (Style.Cpp11BracedListStyle && !Style.BinPackArguments &&
186 if (Style.Cpp11BracedListStyle &&
FormatToken.h 419 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));
Format.cpp 284 IO.mapOptional("Cpp11BracedListStyle", Style.Cpp11BracedListStyle);
497 LLVMStyle.Cpp11BracedListStyle = true;
626 MozillaStyle.Cpp11BracedListStyle = false;
644 Style.Cpp11BracedListStyle = false;
662 Style.Cpp11BracedListStyle = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTestJava.cpp 237 Style.Cpp11BracedListStyle = false;
FormatTest.cpp     [all...]

Completed in 133 milliseconds