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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4781 InitListExpr *getSyntacticForm() const { function in class:clang::final::InitListExpr
5970 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } function
5971 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } function

Completed in 132 milliseconds