Lines Matching refs:IDLoc

1135   SMLoc IDLoc = ID.getLoc();
1140 return ParseCppHashLineFilenameComment(IDLoc);
1179 return ParseDirectiveIf(IDLoc);
1181 return ParseDirectiveIfb(IDLoc, true);
1183 return ParseDirectiveIfb(IDLoc, false);
1185 return ParseDirectiveIfc(IDLoc, true);
1187 return ParseDirectiveIfc(IDLoc, false);
1189 return ParseDirectiveIfdef(IDLoc, true);
1192 return ParseDirectiveIfdef(IDLoc, false);
1194 return ParseDirectiveElseIf(IDLoc);
1196 return ParseDirectiveElse(IDLoc);
1198 return ParseDirectiveEndIf(IDLoc);
1220 return Error(IDLoc, "invalid use of pseudo-symbol '.' as a label");
1233 return Error(IDLoc, "invalid symbol redefinition");
1243 IDLoc);
1269 return HandleMacroEntry(M, IDLoc);
1297 return (*Handler.second)(Handler.first, IDVal, IDLoc);
1397 return ParseDirectiveRept(IDLoc);
1399 return ParseDirectiveIrp(IDLoc);
1401 return ParseDirectiveIrpc(IDLoc);
1403 return ParseDirectiveEndr(IDLoc);
1418 return ParseDirectiveFile(IDLoc);
1432 return ParseDirectiveCFIDefCfa(IDLoc);
1438 return ParseDirectiveCFIDefCfaRegister(IDLoc);
1440 return ParseDirectiveCFIOffset(IDLoc);
1442 return ParseDirectiveCFIRelOffset(IDLoc);
1452 return ParseDirectiveCFISameValue(IDLoc);
1454 return ParseDirectiveCFIRestore(IDLoc);
1460 return ParseDirectiveCFIUndefined(IDLoc);
1462 return ParseDirectiveCFIRegister(IDLoc);
1467 return ParseDirectiveMacro(IDLoc);
1472 return ParseDirectivePurgeMacro(IDLoc);
1475 return Error(IDLoc, "unknown directive");
1481 return ParseDirectiveMSEmit(IDLoc, Info, IDVal.size());
1485 return ParseDirectiveMSAlign(IDLoc, Info);
1493 IDLoc, Info.ParsedOperands);
1508 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1518 unsigned Line = SrcMgr.FindLineNumber(IDLoc, CurBuffer);
1555 HadError = getTargetParser().MatchAndEmitInstruction(IDLoc, Info.Opcode,
3398 SMLoc IDLoc = getLexer().getLoc();
3455 return Error(IDLoc, "invalid symbol redefinition");
4035 bool AsmParser::ParseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info,
4048 Info.AsmRewrites->push_back(AsmRewrite(AOK_Emit, IDLoc, Len));
4052 bool AsmParser::ParseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) {
4064 Info.AsmRewrites->push_back(AsmRewrite(AOK_Align, IDLoc, 5,