Searched refs:getLiteralExpr (Results 1 – 3 of 3) sorted by relevance
153 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
831 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() function