Searched defs:getSyntacticForm (Results 1 – 1 of 1) sorted by relevance
5400 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function6721 Expr *getSyntacticForm() { return getTrailingObjects()[0]; } in getSyntacticForm() function6722 const Expr *getSyntacticForm() const { return getTrailingObjects()[0]; } in getSyntacticForm() function