HomeSort by relevance Sort by last modified time
    Searched defs:OffsetOfExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp 830 OffsetOfExpr *OffsetOfExpr::Create(ASTContext &C, QualType type,
836 void *Mem = C.Allocate(sizeof(OffsetOfExpr) +
840 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, compsPtr, numComps,
844 OffsetOfExpr *OffsetOfExpr::CreateEmpty(ASTContext &C,
846 void *Mem = C.Allocate(sizeof(OffsetOfExpr) +
849 return new (Mem) OffsetOfExpr(numComps, numExprs);
852 OffsetOfExpr::OffsetOfExpr(ASTContext &C, QualType type,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 37 milliseconds