Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2530 unsigned NumComps; variable
2535 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() local
2581 return NumComps; in getNumComponents()
2593 getTrailingObjects<Expr *>(NumComps)[Idx] = E; in setIndexExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1678 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()