Home
last modified time | relevance | path

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

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