Searched defs:CLE (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp884 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
885 llvm::Constant* C = CGM.EmitConstantExpr(CLE->getInitializer(),
886 CLE->getType(), CGF);
/external/clang/lib/AST/
H A DExprConstant.cpp1197 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
1198 return CLE->isFileScope() && CLE->isLValue();
2632 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
2642 if (!Evaluate(Lit, Info, CLE->getInitializer()))

Completed in 217 milliseconds