Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h5176 InitListExpr *getSyntacticForm() const { getSyntacticForm() function
6510 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } getSyntacticForm() function
6511 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } getSyntacticForm() function