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 276 bool AlwaysBreakTemplateDeclarations;
427 AlwaysBreakTemplateDeclarations ==
428 R.AlwaysBreakTemplateDeclarations &&
  /external/clang/lib/Format/
Format.cpp 191 IO.mapOptional("AlwaysBreakTemplateDeclarations",
192 Style.AlwaysBreakTemplateDeclarations);
340 LLVMStyle.AlwaysBreakTemplateDeclarations = false;
403 GoogleStyle.AlwaysBreakTemplateDeclarations = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 161 milliseconds