Searched refs:IncludeCategories (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Format/ |
D | Format.h | 398 std::vector<IncludeCategory> IncludeCategories; member 632 IncludeCategories == R.IncludeCategories &&
|
/external/clang/unittests/Format/ |
D | SortIncludesTest.cpp | 221 Style.IncludeCategories = {{".*important_os_header.*", -1}, {".*", 1}}; in TEST_F()
|
D | FormatTest.cpp | 9934 Style.IncludeCategories.clear(); in TEST_F() 9942 IncludeCategories, ExpectedCategories); in TEST_F()
|
/external/clang/lib/Format/ |
D | Format.cpp | 290 IO.mapOptional("IncludeCategories", Style.IncludeCategories); in mapping() 503 LLVMStyle.IncludeCategories = {{"^\"(llvm|llvm-c|clang|clang-c)/", 2}, in getLLVMStyle() 556 GoogleStyle.IncludeCategories = {{"^<.*\\.h>", 1}, {"^<.*", 2}, {".*", 3}}; in getGoogleStyle() 1823 for (const auto &Category : Style.IncludeCategories) in sortIncludes() 1845 Category = Style.IncludeCategories[i].Priority; in sortIncludes()
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 455 **IncludeCategories** (``std::vector<IncludeCategory>``) 474 IncludeCategories:
|