Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h153 std::string IncludeIsMainSourceRegex; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp202 if (!Style.IncludeIsMainSourceRegex.empty()) { in IncludeCategoryManager()
203 llvm::Regex MainFileRegex(Style.IncludeIsMainSourceRegex); in IncludeCategoryManager()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5402 IncludeStyle.IncludeIsMainSourceRegex ==
5403 R.IncludeStyle.IncludeIsMainSourceRegex &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1077 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()