Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4873 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function
6065 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function
6066 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function