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

/external/clang/include/clang/AST/
H A DExpr.h3738 /// using method getSyntacticForm(); the method returns null if applied
3744 /// getSyntacticForm() may return NULL, indicating that the current
3882 InitListExpr *getSyntacticForm() const { function in class:clang::StringLiteral::final::CallExpr
4723 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } function
4724 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } function
4776 return getSyntacticForm()->getExprLoc();
4780 return getSyntacticForm()->getLocStart();
4783 return getSyntacticForm()->getLocEnd();

Completed in 167 milliseconds