Home | History | Annotate | Download | only in AST

Lines Matching refs:IntegerLiteral

1542     if (isa<IntegerLiteral>(E)) return false;
1546 if (isa<IntegerLiteral>(UO->getSubExpr()))