Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ErrorStr

632 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) {
637 if (ErrorStr)
638 *ErrorStr = Buffer.getError().message();