Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h5195 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function
6529 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function
6530 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function