Lines Matching full:getsourcefile
589 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
591 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
612 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno));
617 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error(
626 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing");