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

/external/clang/include/clang/AST/
H A DExpr.h3745 /// using method getSyntacticForm(); the method returns null if applied
3751 /// getSyntacticForm() may return NULL, indicating that the current
3885 InitListExpr *getSyntacticForm() const { function in class:clang::StringLiteral::OffsetOfExpr
4665 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } function
4666 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } function
4710 return getSyntacticForm()->getExprLoc();
4714 return getSyntacticForm()->getLocStart();
4717 return getSyntacticForm()->getLocEnd();

Completed in 71 milliseconds