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