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

  /external/clang/include/clang/Format/
Format.h 196 bool AlwaysBreakTemplateDeclarations;
610 AlwaysBreakTemplateDeclarations ==
611 R.AlwaysBreakTemplateDeclarations &&
  /external/clang/lib/Format/
Format.cpp 265 IO.mapOptional("AlwaysBreakTemplateDeclarations",
266 Style.AlwaysBreakTemplateDeclarations);
482 LLVMStyle.AlwaysBreakTemplateDeclarations = false;
553 GoogleStyle.AlwaysBreakTemplateDeclarations = true;
621 MozillaStyle.AlwaysBreakTemplateDeclarations = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 37 milliseconds