Home | History | Annotate | Download | only in AST

Lines Matching refs:IntegerLiteral

2306   bool VisitIntegerLiteral(const IntegerLiteral *E) { return false; }
4032 bool VisitIntegerLiteral(const IntegerLiteral *E) {
6292 if (const IntegerLiteral *L = dyn_cast<IntegerLiteral>(this)) {