Searched refs:CLE (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp899 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
900 llvm::Constant* C = CGM.EmitConstantExpr(CLE->getInitializer(),
901 CLE->getType(), CGF);
/external/clang/lib/AST/
H A DExpr.cpp3076 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){
3077 const Expr *InitExpr = CLE->getInitializer();
H A DExprConstant.cpp1069 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); local
1070 return CLE->isFileScope() && CLE->isLValue();
2485 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) {
2495 if (!Evaluate(Lit, Info, CLE->getInitializer()))
/external/clang/lib/Sema/
H A DSemaChecking.cpp2129 if (const CompoundLiteralExpr *CLE =
2132 dyn_cast<InitListExpr>(CLE->getInitializer()))

Completed in 80 milliseconds