Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1461 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1463 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1464 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2137 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2139 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()