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 330 bool Cpp11BracedListStyle;
671 Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
    [all...]
  /external/clang/lib/Format/
FormatToken.cpp 155 if (Style.Cpp11BracedListStyle && !Style.BinPackArguments &&
194 if (Style.Cpp11BracedListStyle &&
Format.cpp 305 IO.mapOptional("Cpp11BracedListStyle", Style.Cpp11BracedListStyle);
522 LLVMStyle.Cpp11BracedListStyle = true;
661 MozillaStyle.Cpp11BracedListStyle = false;
679 Style.Cpp11BracedListStyle = false;
697 Style.Cpp11BracedListStyle = false;
    [all...]
FormatToken.h 434 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTestJava.cpp 237 Style.Cpp11BracedListStyle = false;
FormatTest.cpp     [all...]

Completed in 81 milliseconds