Home | History | Annotate | Download | only in AST

Lines Matching defs:CLE

1277     const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
1278 return CLE->isFileScope() && CLE->isLValue();
2803 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
2813 if (!Evaluate(Lit, Info, CLE->getInitializer()))