Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2446 unsigned NumComps; variable
2451 return NumComps; in numTrailingObjects()
2461 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2471 unsigned NumComps, unsigned NumExprs);
2489 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2494 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2499 return NumComps; in getNumComponents()
2513 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1653 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()