Home | History | Annotate | Download | only in Sema

Lines Matching refs:IL

6125     IntegerLiteral *IL;
6126 if ((IL = dyn_cast<IntegerLiteral>(Init)) && IL->getValue() == 0 &&
6127 Context.getCanonicalType(IL->getType()) == Context.IntTy)