Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1528 unsigned numComps, unsigned numExprs) { in CreateEmpty() argument
1530 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1531 return new (Mem) OffsetOfExpr(numComps, numExprs); in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2396 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) in OffsetOfExpr() argument
2398 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()