Searched refs:IncludeCategories (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | SortIncludesTest.cpp | 90 FmtStyle.IncludeStyle.IncludeCategories = { in TEST_F() 649 Style.IncludeCategories = { in TEST_F() 699 Style.IncludeCategories = {{"^\"", 1, 0, false}, in TEST_F() 729 Style.IncludeCategories[2].RegexIsCaseSensitive = true; in TEST_F() 730 Style.IncludeCategories[3].RegexIsCaseSensitive = true; in TEST_F() 748 Style.IncludeCategories = {{".*important_os_header.*", -1, 0, false}, in TEST_F() 769 Style.IncludeCategories = {{".*important_os_header.*", -1, 0, false}, in TEST_F()
|
| H A D | FormatTest.cpp | 20628 Style.IncludeStyle.IncludeCategories.clear(); in TEST_F() 20637 IncludeStyle.IncludeCategories, ExpectedCategories); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 194 for (const auto &Category : Style.IncludeCategories) { in IncludeCategoryManager() 214 Ret = Style.IncludeCategories[i].Priority; in getIncludePriority() 227 Ret = Style.IncludeCategories[i].SortPriority; in getSortIncludePriority() 229 Ret = Style.IncludeCategories[i].Priority; in getSortIncludePriority() 282 for (const auto &Category : Style.IncludeCategories) in HeaderIncludes()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | plurals.txt | 2 IncludeCategories
|
| /llvm-project-15.0.7/flang/ |
| H A D | .clang-format | 10 IncludeCategories:
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | IncludeStyle.h | 118 std::vector<IncludeCategory> IncludeCategories; member
|
| /llvm-project-15.0.7/clang/include/clang/Format/ |
| H A D | Format.h | 3906 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 798 IO.mapOptional("IncludeCategories", Style.IncludeStyle.IncludeCategories); in mapping() 1258 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle() 1376 GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0, false}, in getGoogleStyle()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 2655 ``IncludeCategories``. 2666 **IncludeCategories** (``List of IncludeCategories``) :versionbadge:`clang-format 3.8` 2701 IncludeCategories:
|