reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/COFFAsmParser.cpp
  327   SectionName = getTok().getIdentifier();
  363     StringRef FlagsStr = getTok().getStringContents();
  559   StringRef TypeId = getTok().getIdentifier();
lib/MC/MCParser/DarwinAsmParser.cpp
 1163   SMLoc PlatformLoc = getTok().getLoc();
lib/MC/MCParser/ELFAsmParser.cpp
  246     SectionName = getTok().getIdentifier();
  259       CurSize = getTok().getIdentifier().size() + 2;
  262       CurSize = getTok().getIdentifier().size();
  265       CurSize = getTok().getString().size();
  272     if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
  348     StringRef flagId = getTok().getIdentifier();
  406     TypeName = getTok().getString();
  430     GroupName = getTok().getString();
  536       StringRef FlagsStr = getTok().getStringContents();
  743   StringRef Data = getTok().getIdentifier();
  792   StringRef Data = getTok().getIdentifier();
lib/MC/MCParser/WasmAsmParser.cpp
  135     if (parseSectionFlags(getTok().getStringContents(), Passive))
  140         return Parser->Error(getTok().getLoc(),
  208     StringRef Data = getTok().getIdentifier();
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 4845                      SMRange(IDLoc, getTok().getLoc()));
 5329     StringRef Name = getTok().getIdentifier();
 5443   if (getTok().isNot(AsmToken::Identifier))
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 3586   SMLoc TargetStart = getTok().getLoc();
 3589   SMRange TargetRange = SMRange(TargetStart, getTok().getLoc());
 3681     StringRef ID = getTok().getIdentifier();
 3682     SMRange IDRange = getTok().getLocRange();
 3692     SMLoc ValStart = getTok().getLoc();
 3696     SMLoc ValEnd = getTok().getLoc();
 4429     SMLoc LBraceLoc = getTok().getLoc();
 4449                                                     getTok().getLoc()));
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10914   SMLoc FPUNameLoc = getTok().getLoc();
lib/Target/X86/AsmParser/X86AsmParser.cpp
 1516       SMLoc Loc = getTok().getLoc();
 1517       int64_t IntVal = getTok().getIntVal();
 1521         StringRef IDVal = getTok().getString();
 1548         return Error(getTok().getLoc(), ErrMsg);
 1552         return Error(getTok().getLoc(), ErrMsg);
 1711   const AsmToken &Tok = getTok();
 1823   Size = StringSwitch<unsigned>(getTok().getString())
 2332   if (getTok().is(AsmToken::Percent) ||
 2333       (isParsingIntelSyntax() && getTok().is(AsmToken::Identifier) &&