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 344 bool Cpp11BracedListStyle;
463 Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
  /external/clang/lib/Format/
FormatToken.cpp 138 if (Style.Cpp11BracedListStyle && !Style.BinPackParameters &&
169 if (Style.Cpp11BracedListStyle) {
FormatToken.h 401 (!Style.Cpp11BracedListStyle && NestingLevel == 0)));
Format.cpp 236 IO.mapOptional("Cpp11BracedListStyle", Style.Cpp11BracedListStyle);
352 LLVMStyle.Cpp11BracedListStyle = true;
462 MozillaStyle.Cpp11BracedListStyle = false;
483 Style.Cpp11BracedListStyle = false;
500 Style.Cpp11BracedListStyle = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTestJava.cpp 235 Style.Cpp11BracedListStyle = false;
FormatTest.cpp     [all...]

Completed in 58 milliseconds