Lines Matching full:cle
1197 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);1198 return CLE->isFileScope() && CLE->isLValue();2632 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {2642 if (!Evaluate(Lit, Info, CLE->getInitializer()))