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

References

lib/AsmParser/LLLexer.cpp
  959     APSIntVal = APSInt(Tmp, TokStart[0] == 'u');
 1087     APSIntVal = APSInt(StringRef(TokStart, CurPtr - TokStart));
lib/AsmParser/LLLexer.h
   62     const APSInt &getAPSIntVal() const { return APSIntVal; }