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

  /external/clang/include/clang/Format/
Format.h 298 bool Cpp11BracedListStyle;
405 Cpp11BracedListStyle == R.Cpp11BracedListStyle &&
  /external/clang/lib/Format/
FormatToken.cpp 136 if (Style.Cpp11BracedListStyle && !Style.BinPackParameters)
159 if (Style.Cpp11BracedListStyle) {
FormatToken.h 382 !Style.Cpp11BracedListStyle));
Format.cpp 217 IO.mapOptional("Cpp11BracedListStyle", Style.Cpp11BracedListStyle);
326 LLVMStyle.Cpp11BracedListStyle = true;
415 MozillaStyle.Cpp11BracedListStyle = false;
434 Style.Cpp11BracedListStyle = false;
449 Style.Cpp11BracedListStyle = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 152 milliseconds