Home
last modified time | relevance | path

Searched defs:OffsetOfExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h1596 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() function
1667 static bool classof(const OffsetOfExpr *) { return true; } in classof()
DStmt.h143 friend class OffsetOfExpr; // ctor variable
/external/clang/lib/AST/
DExpr.cpp897 OffsetOfExpr::OffsetOfExpr(ASTContext &C, QualType type, in OffsetOfExpr() function in OffsetOfExpr