reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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; }