reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Regex.h
   54       std::swap(error, regex.error);
   54       std::swap(error, regex.error);
   63     bool isValid() const { return !error; }
lib/Support/Regex.cpp
   38   error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
   43   error = regex.error;
   43   error = regex.error;
   45   regex.error = REG_BADPAT;
   69   if (!error)
   72   RegexErrorToString(error, preg, Error);
  108       RegexErrorToString(error, preg, *Error);