Home | History | Annotate | Download | only in AST

Lines Matching refs:Lit

3089     const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this);
3090 return (Lit && !Lit->getValue()) ? NPCK_ZeroLiteral : NPCK_NotNull;