Home
last modified time | relevance | path

Searched refs:IncludeCategories (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DSortIncludesTest.cpp90 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 DFormatTest.cpp20628 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 DHeaderIncludes.cpp194 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 Dplurals.txt2 IncludeCategories
/llvm-project-15.0.7/flang/
H A D.clang-format10 IncludeCategories:
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h118 std::vector<IncludeCategory> IncludeCategories; member
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3906 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp798 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 DClangFormatStyleOptions.rst2655 ``IncludeCategories``.
2666 **IncludeCategories** (``List of IncludeCategories``) :versionbadge:`clang-format 3.8`
2701 IncludeCategories: