Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h153 std::string IncludeIsMainSourceRegex; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp203 if (!Style.IncludeIsMainSourceRegex.empty()) { in IncludeCategoryManager()
204 llvm::Regex MainFileRegex(Style.IncludeIsMainSourceRegex); in IncludeCategoryManager()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4824 IncludeStyle.IncludeIsMainSourceRegex ==
4825 R.IncludeStyle.IncludeIsMainSourceRegex &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp993 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()