Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h398 std::vector<IncludeCategory> IncludeCategories; member
632 IncludeCategories == R.IncludeCategories &&
/external/clang/unittests/Format/
DSortIncludesTest.cpp221 Style.IncludeCategories = {{".*important_os_header.*", -1}, {".*", 1}}; in TEST_F()
DFormatTest.cpp9934 Style.IncludeCategories.clear(); in TEST_F()
9942 IncludeCategories, ExpectedCategories); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp290 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/
DClangFormatStyleOptions.rst455 **IncludeCategories** (``std::vector<IncludeCategory>``)
474 IncludeCategories: