Searched refs:NumComps (Results 1 – 2 of 2) sorted by relevance
2530 unsigned NumComps; variable2535 return NumComps; in numTrailingObjects()2545 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()2555 unsigned NumComps, unsigned NumExprs);2573 return getTrailingObjects<OffsetOfNode>(NumComps)[Idx]; in getComponent()2577 getTrailingObjects<OffsetOfNode>(NumComps)[Idx] = ON; in setComponent() local2581 return NumComps; in getNumComponents()2593 getTrailingObjects<Expr *>(NumComps)[Idx] = E; in setIndexExpr() local
1678 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()