Searched refs:isLongInt (Results 1 – 4 of 4) sorted by relevance
43 bool isLongInt() const;
55 bool isLongInt() const;
59 bool RCToken::isLongInt() const { in isLongInt() function in RCToken
36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()