Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4984 InitListExpr *getSyntacticForm() const { getSyntacticForm() function
6318 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } getSyntacticForm() function
6319 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } getSyntacticForm() function