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

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1023 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
1024 llvm::Constant* C = CGM.EmitConstantExpr(CLE->getInitializer(),
1025 CLE->getType(), CGF);
/external/clang/lib/AST/
H A DExprConstant.cpp1353 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
1354 return CLE->isFileScope() && CLE->isLValue();
2907 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
2917 if (!Evaluate(Lit, Info, CLE->getInitializer()))

Completed in 164 milliseconds