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.cpp203 if (!Style.IncludeIsMainSourceRegex.empty()) { in IncludeCategoryManager()
204 llvm::Regex MainFileRegex(Style.IncludeIsMainSourceRegex); in IncludeCategoryManager()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5064 IncludeStyle.IncludeIsMainSourceRegex ==
5065 R.IncludeStyle.IncludeIsMainSourceRegex &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1001 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()