Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EC

809   std::error_code EC;
811 EC, llvm::sys::fs::F_None);
812 if (EC) {
814 << State->OutputFile << EC.message();