Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1570 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1572 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1573 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2464 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2466 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()