/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 24 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 &®ex) { in Regex() function in Regex
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 58 StringRef Regex; variable 61 NameRegexCoverageFilter(StringRef Regex) : Regex(Regex) {} in NameRegexCoverageFilter()
|
H A D | CodeCoverage.cpp | 891 for (const auto &Regex : NameRegexFilters) in run() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | Matchers.h | 113 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 D | GlobList.h | 46 llvm::Regex Regex; member
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | ConflictingEvalCallsTest.cpp | 54 constexpr auto Regex = in TEST() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | re.h | 63 Regex() : init_(false) {} in Regex() function
|
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 59 std::string Regex; member
|
/llvm-project/clang/lib/Driver/ |
H A D | Multilib.cpp | 149 const llvm::Regex Regex(RegexString); expandFlags() local 238 llvm::Regex Regex(M.Match); validate() local
|
H A D | MultilibBuilder.cpp | 176 FilterOut(const char * Regex) FilterOut() argument
|
/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkCounter.h | 100 inline Error checkRegex(const Regex &Regex) { in checkRegex()
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | CodeGenOptions.h | 100 std::shared_ptr<llvm::Regex> Regex; global() member
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 182 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd()
|
H A D | FuzzerUtilWindows.cpp | 220 std::string SearchRegexCmd(const std::string &Regex) { in SearchRegexCmd() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ReservedIdentifierCheck.cpp | 133 if (llvm::any_of(AllowedIdentifiers, [&](const llvm::Regex &Regex) { in getFailureInfoImpl()
|
/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 346 std::shared_ptr<llvm::Regex> Regex; global() member
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 89 Regex, // Enabled with --regex. enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 454 Regex // Regular expression. enumerator
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | Options.cpp | 1016 __anon5a1938250b02(llvm::Regex &Regex, HeaderType Type) createContext() argument
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 183 Regex("regex", global() variable [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 124 llvm::Regex Regex; member in __anon67f4f2c20211::RegexDirective
|
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 46 class Regex(object): global() class
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 710 createAndVerifyRegex(StringRef Regex,llvm::Regex::RegexFlags Flags,StringRef MatcherID) createAndVerifyRegex() argument
|