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 240 bool AlwaysBreakTemplateDeclarations;
373 AlwaysBreakTemplateDeclarations ==
374 R.AlwaysBreakTemplateDeclarations &&
  /external/clang/lib/Format/
Format.cpp 176 IO.mapOptional("AlwaysBreakTemplateDeclarations",
177 Style.AlwaysBreakTemplateDeclarations);
315 LLVMStyle.AlwaysBreakTemplateDeclarations = false;
374 GoogleStyle.AlwaysBreakTemplateDeclarations = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 306 milliseconds