Searched defs:OffsetOfExpr (Results 1 – 3 of 3) sorted by relevance
1596 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() function1667 static bool classof(const OffsetOfExpr *) { return true; } in classof()
143 friend class OffsetOfExpr; // ctor variable
897 OffsetOfExpr::OffsetOfExpr(ASTContext &C, QualType type, in OffsetOfExpr() function in OffsetOfExpr