Home
last modified time | relevance | path

Searched defs:getSyntacticForm (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3882 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function
4723 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function
4724 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function