Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/unittests/Format/
DSortIncludesTest.cpp74 FmtStyle.IncludeStyle.IncludeCategories = { in TEST_F()
605 Style.IncludeCategories = {{"^\"", 1, 0, false}, in TEST_F()
635 Style.IncludeCategories[2].RegexIsCaseSensitive = true; in TEST_F()
636 Style.IncludeCategories[3].RegexIsCaseSensitive = true; in TEST_F()
654 Style.IncludeCategories = {{".*important_os_header.*", -1, 0, false}, in TEST_F()
675 Style.IncludeCategories = {{".*important_os_header.*", -1, 0, false}, in TEST_F()
/external/boringssl/src/
D.clang-format8 # IncludeCategories does not recognize <openssl/header.h>. We should
9 # reconfigure IncludeCategories to match. For now, keep it at Preserve.
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp193 for (const auto &Category : Style.IncludeCategories) { in IncludeCategoryManager()
213 Ret = Style.IncludeCategories[i].Priority; in getIncludePriority()
226 Ret = Style.IncludeCategories[i].SortPriority; in getSortIncludePriority()
228 Ret = Style.IncludeCategories[i].Priority; in getSortIncludePriority()
281 for (const auto &Category : Style.IncludeCategories) in HeaderIncludes()
/external/libwebm/
D.clang-format61 IncludeCategories:
68 IncludeCategories:
/external/llvm-project/flang/
D.clang-format10 IncludeCategories:
/external/clang/include/clang/Format/
DFormat.h406 std::vector<IncludeCategory> IncludeCategories; member
677 IncludeCategories == R.IncludeCategories &&
/external/junit/src/main/java/org/junit/experimental/categories/
DIncludeCategories.java26 public final class IncludeCategories extends CategoryFilterFactory { class
/external/mesa3d/src/freedreno/vulkan/
D.clang-format16 IncludeCategories:
/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DIncludeStyle.h117 std::vector<IncludeCategory> IncludeCategories; member
/external/skqp/
D.clang-format62 IncludeCategories:
153 IncludeCategories:
/external/skia/
D.clang-format62 IncludeCategories:
153 IncludeCategories:
/external/libkmsxx/
D.clang-format45 IncludeCategories:
/external/jsmn/
D.clang-format49 IncludeCategories:
/external/swiftshader/
D.clang-format62 IncludeCategories:
/external/clang/unittests/Format/
DSortIncludesTest.cpp257 Style.IncludeCategories = {{".*important_os_header.*", -1}, {".*", 1}}; in TEST_F()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format63 IncludeCategories:
/external/OpenCL-CTS/
D.clang-format67 IncludeCategories:
/external/libaom/libaom/
D.clang-format64 IncludeCategories:
/external/libvpx/libvpx/
D.clang-format65 IncludeCategories:
/external/adhd/
D.clang-format79 IncludeCategories:
/external/vixl/
D.clang-format46 IncludeCategories:
/external/llvm-project/clang/include/clang/Format/
DFormat.h2489 IncludeStyle.IncludeCategories == R.IncludeStyle.IncludeCategories &&
/external/clang/lib/Format/
DFormat.cpp311 IO.mapOptional("IncludeCategories", Style.IncludeCategories); in mapping()
528 LLVMStyle.IncludeCategories = {{"^\"(llvm|llvm-c|clang|clang-c)/", 2}, in getLLVMStyle()
585 GoogleStyle.IncludeCategories = {{"^<.*\\.h>", 1}, {"^<.*", 2}, {".*", 3}}; in getGoogleStyle()
1273 for (const auto &Category : Style.IncludeCategories) in IncludeCategoryManager()
1288 Ret = Style.IncludeCategories[i].Priority; in getIncludePriority()
1528 for (const auto &Category : Style.IncludeCategories) in fixCppIncludeInsertions()
/external/clang/docs/
DClangFormatStyleOptions.rst493 **IncludeCategories** (``std::vector<IncludeCategory>``)
514 IncludeCategories:
/external/llvm-project/clang/lib/Format/
DFormat.cpp553 IO.mapOptional("IncludeCategories", Style.IncludeStyle.IncludeCategories); in mapping()
918 LLVMStyle.IncludeStyle.IncludeCategories = { in getLLVMStyle()
1019 GoogleStyle.IncludeStyle.IncludeCategories = {{"^<ext/.*\\.h>", 2, 0, false}, in getGoogleStyle()

12