Home
last modified time | relevance | path

Searched refs:RegexError (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Remarks/
H A DRemarkStreamer.cpp34 std::string RegexError; in setFilter() local
35 if (!R.isValid(RegexError)) in setFilter()
37 RegexError.data()); in setFilter()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticHandler.cpp31 std::string RegexError; in operator =() local
32 if (!Pattern->isValid(RegexError)) in operator =()
34 "' in -pass-remarks: " + RegexError, in operator =()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp111 std::string RegexError; in compileRegex() local
112 if (!Result.isValid(RegexError)) { in compileRegex()
113 diag(Error, "Invalid regex " + Anchored + ": " + RegexError, Text.Range); in compileRegex()
530 std::string RegexError; in compile() local
531 if (!CompiledRegex.isValid(RegexError)) { in compile()
534 *HeaderPattern, RegexError) in compile()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1187 std::string RegexError; in ParseOptimizationRemark() local
1189 if (!Result.Regex->isValid(RegexError)) { in ParseOptimizationRemark()
1191 << RegexError << A->getAsString(Args); in ParseOptimizationRemark()