HomeSort by: relevance | last modified time | path
    Searched defs:OffsetOfExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 1514 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type,
1523 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1527 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C,
1531 return new (Mem) OffsetOfExpr(numComps, numExprs);
1534 OffsetOfExpr::OffsetOfExpr(const ASTContext &C, QualType type,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2269 /// Helper class for OffsetOfExpr.
2362 /// OffsetOfExpr - [C99 7.17] - This represents an expression of the form
2376 class OffsetOfExpr final
2378 private llvm::TrailingObjects<OffsetOfExpr, OffsetOfNode, Expr *> {
2391 OffsetOfExpr(const ASTContext &C, QualType type,
2396 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs)
2402 static OffsetOfExpr *Create(const ASTContext &C, QualType type,
2407 static OffsetOfExpr *CreateEmpty(const ASTContext &C,

Completed in 23 milliseconds