Searched defs:Regex (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h27 class Regex { class in namespace:llvm
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTrigramIndex.cpp32 void TrigramIndex::insert(std::string Regex) { argument
H A DRegex.cpp26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} function in class:Regex
28 Regex::Regex(StringRef regex, unsigned Flags) { function in class:Regex
41 Regex::Regex(Regex &&regex) { function in class:Regex
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h58 std::string Regex; member in struct:clang::tooling::IncludeStyle::IncludeCategory
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h54 StringRef Regex; member in class:llvm::NameRegexCoverageFilter
57 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp161 std::string SearchRegexCmd(const std::string &Regex) { argument
H A DFuzzerUtilWindows.cpp190 std::string SearchRegexCmd(const std::string &Regex) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp217 MultilibSet &MultilibSet::FilterOut(const char *Regex) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp124 llvm::Regex Regex; member in class:__anon3050::RegexDirective
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h95 Regex, // Enabled with --regex. member in class:llvm::objcopy::MatchStyle

Completed in 126 milliseconds