Home | History | Annotate | Download | only in AST

Lines Matching defs:OffsetOfExpr

1626 /// OffsetOfExpr - [C99 7.17] - This represents an expression of the form
1640 class OffsetOfExpr : public Expr {
1744 OffsetOfExpr(ASTContext &C, QualType type,
1750 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs)
1756 static OffsetOfExpr *Create(ASTContext &C, QualType type,
1762 static OffsetOfExpr *CreateEmpty(ASTContext &C,
1800 return const_cast<OffsetOfExpr*>(this)->getIndexExpr(Idx);
1821 static bool classof(const OffsetOfExpr *) { return true; }