Home | History | Annotate | Download | only in AST

Lines Matching refs:CXXBoolLiteralExpr

3105     Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0');