HomeSort by relevance Sort by last modified time
    Searched refs:RegexError (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DiagnosticInfo.cpp 46 std::string RegexError;
47 if (!Pattern->isValid(RegexError))
49 "' in -pass-remarks: " + RegexError,
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 318 std::string RegexError;
320 if (!Pattern->isValid(RegexError)) {
322 << RegexError << RpassArg->getAsString(Args);
    [all...]

Completed in 2815 milliseconds