Home
last modified time | relevance | path

Searched refs:IncludeIsMainSourceRegex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h153 std::string IncludeIsMainSourceRegex; member
/llvm-project-15.0.7/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp203 if (!Style.IncludeIsMainSourceRegex.empty()) { in IncludeCategoryManager()
204 llvm::Regex MainFileRegex(Style.IncludeIsMainSourceRegex); in IncludeCategoryManager()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3909 IncludeStyle.IncludeIsMainSourceRegex ==
3910 R.IncludeStyle.IncludeIsMainSourceRegex &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DSortIncludesTest.cpp585 Style.IncludeIsMainSourceRegex = "(Impl\\.hpp)|(\\.xxx)$"; in TEST_F()
H A DFormatTest.cpp20641 IncludeStyle.IncludeIsMainSourceRegex, "abc$"); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp801 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2727 **IncludeIsMainSourceRegex** (``String``) :versionbadge:`clang-format 10`