Home
last modified time | relevance | path

Searched refs:IncludeIsMainRegex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h132 std::string IncludeIsMainRegex; member
/freebsd/contrib/libcbor/
H A D.clang-format73 IncludeIsMainRegex: '([-_](test|unittest))?$'
/freebsd/
H A D.clang-format165 IncludeIsMainRegex: 'BLAH_DONT_MATCH_ANYTHING'
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5062 IncludeStyle.IncludeIsMainRegex ==
5063 R.IncludeStyle.IncludeIsMainRegex &&
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp271 llvm::Regex MainIncludeRegex(HeaderStem.str() + Style.IncludeIsMainRegex, in isMainHeader()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp999 IO.mapOptional("IncludeIsMainRegex", Style.IncludeStyle.IncludeIsMainRegex); in mapping()
1509 LLVMStyle.IncludeStyle.IncludeIsMainRegex = "(Test)?$"; in getLLVMStyle()
1655 GoogleStyle.IncludeStyle.IncludeIsMainRegex = "([-_](test|unittest))?$"; in getGoogleStyle()