Lines Matching refs:getTok

622   const char *Start = getTok().getLoc().getPointer();
628 const char *End = getTok().getLoc().getPointer();
633 const char *Start = getTok().getLoc().getPointer();
640 const char *End = getTok().getLoc().getPointer();
729 SMLoc Loc = getTok().getLoc();
730 int64_t IntVal = getTok().getIntVal();
736 StringRef IDVal = getTok().getString();
751 APFloat RealVal(APFloat::IEEEdouble, getTok().getString());
816 getTok().getIdentifier() + "' (already modified)");
875 MCSymbolRefExpr::getVariantKindForName(getTok().getIdentifier());
877 return TokError("invalid variant '" + getTok().getIdentifier() + "'");
881 return TokError("invalid modifier '" + getTok().getIdentifier() +
1042 AsmToken ID = getTok();
1052 LocalLabelVal = getTok().getIntVal();
1059 IDVal = getTok().getString();
1381 int64_t LineNumber = getTok().getIntVal();
1389 StringRef Filename = getTok().getString();
1586 MA.push_back(getTok());
1642 if (expandMacro(OS, Body, M->Parameters, A, getTok().getLoc()))
1655 getTok().getLoc(),
1777 if (DollarLoc.getPointer() + 1 != getTok().getLoc().getPointer())
1782 getTok().getIdentifier().size() + 1);
1791 Res = getTok().getIdentifier();
1819 StringRef Str = getTok().getStringContents();
1965 StringRef IDVal = getTok().getString();
2104 SMLoc Loc = getTok().getLoc();
2227 SMLoc Loc = getTok().getLoc();
2354 std::string Filename = getTok().getString();
2380 std::string Filename = getTok().getString();
2587 FileNumber = getTok().getIntVal();
2598 StringRef Path = getTok().getString();
2607 Filename = getTok().getString();
2639 int64_t LineNumber = getTok().getIntVal();
2664 int64_t FileNumber = getTok().getIntVal();
2673 LineNumber = getTok().getIntVal();
2681 ColumnPos = getTok().getIntVal();
2696 SMLoc Loc = getTok().getLoc();
2707 SMLoc Loc = getTok().getLoc();
2726 SMLoc Loc = getTok().getLoc();
3105 AsmToken EndToken, StartToken = getTok();
3115 (getTok().getIdentifier() == ".endm" ||
3116 getTok().getIdentifier() == ".endmacro")) {
3117 EndToken = getTok();
3202 AsmToken EndToken, StartToken = getTok();
3213 (getTok().getIdentifier() == ".rept")) {
3219 getTok().getIdentifier() == ".endr") {
3221 EndToken = getTok();
3256 getTok().getLoc(),
3292 if (expandMacro(OS, M->Body, Parameters, A, getTok().getLoc()))
3337 if (expandMacro(OS, M->Body, Parameters, Args, getTok().getLoc()))
3391 if (expandMacro(OS, M->Body, Parameters, Args, getTok().getLoc()))