Home | History | Annotate | Download | only in AST

Lines Matching refs:getSemanticExpr

4864   Expr *getSemanticExpr(unsigned index) {
4868 const Expr *getSemanticExpr(unsigned index) const {
4869 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index);