Home
last modified time | relevance | path

Searched refs:numComps (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1594 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1596 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1597 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2451 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2453 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()