Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h149 std::string IncludeIsMainSourceRegex; member
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3446 IncludeStyle.IncludeIsMainSourceRegex ==
3447 R.IncludeStyle.IncludeIsMainSourceRegex &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp659 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()