Home
last modified time | relevance | path

Searched refs:AlwaysBreakTemplateDeclarations (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/flang/lib/FrontendTool/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/lib/Lower/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/mlir/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/lib/Optimizer/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/include/flang/FrontendTool/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/include/flang/Lower/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/lib/Frontend/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/include/flang/Optimizer/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/tools/bbc/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/tools/tco/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/flang/tools/flang-driver/
H A D.clang-format2 AlwaysBreakTemplateDeclarations: Yes
/llvm-project-15.0.7/pstl/
H A D.clang-format9 AlwaysBreakTemplateDeclarations: true
/llvm-project-15.0.7/libcxxabi/
H A D.clang-format5 AlwaysBreakTemplateDeclarations: true
/llvm-project-15.0.7/libcxx/
H A D.clang-format77 AlwaysBreakTemplateDeclarations: true
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h790 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations; member
3876 AlwaysBreakTemplateDeclarations ==
3877 R.AlwaysBreakTemplateDeclarations &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp9514 AlwaysBreak.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in TEST_F()
9534 NeverBreak.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_No; in TEST_F()
10068 BreakTemplate.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in TEST_F()
10101 AlignLeftBreakTemplate.AlwaysBreakTemplateDeclarations = in TEST_F()
20497 Style.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in TEST_F()
20499 AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_No); in TEST_F()
20501 AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_MultiLine); in TEST_F()
20503 AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_Yes); in TEST_F()
20505 AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_MultiLine); in TEST_F()
20507 AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_Yes); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp691 Style.AlwaysBreakTemplateDeclarations); in mapping()
1206 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1374 GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1565 MozillaStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp531 return Style.AlwaysBreakTemplateDeclarations != FormatStyle::BTDS_No; in mustBreak()
H A DTokenAnnotator.cpp4360 return Style.AlwaysBreakTemplateDeclarations == FormatStyle::BTDS_Yes; in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1259 **AlwaysBreakTemplateDeclarations** (``BreakTemplateDeclarationsStyle``) :versionbadge:`clang-forma…