Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3897 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function
4688 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function
4689 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function