Home
last modified time | relevance | path

Searched defs:getSyntacticForm (Results 1 – 2 of 2) 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
/external/llvm-project/clang/include/clang/AST/
DExpr.h4871 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function
6060 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function
6061 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function