Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h112 std::string IncludeIsMainRegex; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp184 llvm::Regex MainIncludeRegex(HeaderStem.str() + Style.IncludeIsMainRegex, in isMainHeader()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp411 IO.mapOptional("IncludeIsMainRegex", Style.IncludeStyle.IncludeIsMainRegex); in mapping()
671 LLVMStyle.IncludeStyle.IncludeIsMainRegex = "(Test)?$"; in getLLVMStyle()
746 GoogleStyle.IncludeStyle.IncludeIsMainRegex = "([-_](test|unittest))?$"; in getGoogleStyle()