Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DRegex.cpp24 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
26 Regex::Regex(StringRef regex, RegexFlags Flags) { in Regex() function in Regex
39 Regex::Regex(StringRef regex, unsigned Flags) in Regex() function in Regex
42 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h58 StringRef Regex; variable
61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
H A DCodeCoverage.cpp891 for (const auto &Regex : NameRegexFilters) in run() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h113 return Regex.match("::" + ND.getQualifiedNameAsString()); in NameMatcher() argument
98 llvm::Regex Regex; global() variable
130 determineMatchMode(llvm::StringRef Regex) determineMatchMode() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DGlobList.h46 llvm::Regex Regex; member
/llvm-project/clang/unittests/StaticAnalyzer/
H A DConflictingEvalCallsTest.cpp54 constexpr auto Regex = in TEST() local
/llvm-project/third-party/benchmark/src/
H A Dre.h63 Regex() : init_(false) {} in Regex() function
/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h59 std::string Regex; member
/llvm-project/clang/lib/Driver/
H A DMultilib.cpp149 const llvm::Regex Regex(RegexString); expandFlags() local
238 llvm::Regex Regex(M.Match); validate() local
H A DMultilibBuilder.cpp176 FilterOut(const char * Regex) FilterOut() argument
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h100 inline Error checkRegex(const Regex &Regex) { in checkRegex()
/llvm-project/flang/include/flang/Frontend/
H A DCodeGenOptions.h100 std::shared_ptr<llvm::Regex> Regex; global() member
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
H A DFuzzerUtilWindows.cpp220 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp133 if (llvm::any_of(AllowedIdentifiers, [&](const llvm::Regex &Regex) { in getFailureInfoImpl()
/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h346 std::shared_ptr<llvm::Regex> Regex; global() member
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h89 Regex, // Enabled with --regex. enumerator
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h454 Regex // Regular expression. enumerator
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp1016 __anon5a1938250b02(llvm::Regex &Regex, HeaderType Type) createContext() argument
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp183 Regex("regex", global() variable
[all...]
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp124 llvm::Regex Regex; member in __anon67f4f2c20211::RegexDirective
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py46 class Regex(object): global() class
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp710 createAndVerifyRegex(StringRef Regex,llvm::Regex::RegexFlags Flags,StringRef MatcherID) createAndVerifyRegex() argument