Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h149 std::string IncludeIsMainSourceRegex; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp202 if (!Style.IncludeIsMainSourceRegex.empty()) { in IncludeCategoryManager()
203 llvm::Regex MainFileRegex(Style.IncludeIsMainSourceRegex); in IncludeCategoryManager()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3311 IncludeStyle.IncludeIsMainSourceRegex ==
3312 R.IncludeStyle.IncludeIsMainSourceRegex &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp625 Style.IncludeStyle.IncludeIsMainSourceRegex); in mapping()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2393 **IncludeIsMainSourceRegex** (``std::string``)