Home | History | Annotate | Download | only in AST

Lines Matching refs:CompoundLiteralExpr

1197     const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
2632 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
2633 // In C99, a CompoundLiteralExpr is an lvalue, and we defer evaluating the
4062 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
4312 // * CompoundLiteralExpr in C
4343 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
4492 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
5964 if (isa<CompoundLiteralExpr>(E))