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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1506 unsigned numComps, unsigned numExprs) {
1508 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs));
1509 return new (Mem) OffsetOfExpr(numComps, numExprs);
1505 CreateEmpty(const ASTContext &C, unsigned numComps, unsigned numExprs) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2432 explicit OffsetOfExpr(unsigned numComps, unsigned numExprs) argument
2434 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}

Completed in 86 milliseconds