Lines Matching defs:IDLoc
587 SMLoc IDLoc) {
602 return Warning(IDLoc, "ignoring directive .dump for now");
604 return Warning(IDLoc, "ignoring directive .load for now");
761 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
767 return Error(IDLoc, ".secure_log_unique specified multiple times");
772 return Error(IDLoc, ".secure_log_unique used but AS_SECURE_LOG_FILE "
782 return Error(IDLoc, Twine("can't open secure log file: ") +
789 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
791 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
801 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
828 SMLoc IDLoc = getLexer().getLoc();
869 return Error(IDLoc, "invalid symbol redefinition");
913 SMLoc IDLoc = getLexer().getLoc();
956 return Error(IDLoc, "invalid symbol redefinition");