Searched defs:getSyntacticForm (Results 1 – 1 of 1) sorted by relevance
3897 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function4688 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function4689 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function