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

/external/clang/include/clang/AST/
H A DExpr.h3804 /// using method getSyntacticForm(); the method returns null if applied
3810 /// getSyntacticForm() may return NULL, indicating that the current
3948 InitListExpr *getSyntacticForm() const { function in class:clang::StringLiteral::OffsetOfExpr
4820 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } function
4821 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } function
4873 return getSyntacticForm()->getExprLoc();
4877 return getSyntacticForm()->getLocStart();
4880 return getSyntacticForm()->getLocEnd();

Completed in 41 milliseconds