Searched refs:regexError (Results 1 – 1 of 1) sorted by relevance
639 std::string regexError; in computeRegex() local640 if (!llvm::Regex(regexStr).isValid(regexError)) in computeRegex()641 return emitError(os, mgr, "invalid regex: " + regexError); in computeRegex()