Searched refs:CLE (Results 1 - 4 of 4) sorted by last modified time

/external/clang/lib/AST/
H A DExpr.cpp3171 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){
3172 const Expr *InitExpr = CLE->getInitializer();
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()))
/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/Sema/
H A DSemaChecking.cpp708 if (const CompoundLiteralExpr *CLE =
711 dyn_cast<InitListExpr>(CLE->getInitializer()))

Completed in 8320 milliseconds