Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2451 unsigned NumComps; variable
2456 return NumComps; in numTrailingObjects()
2466 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2476 unsigned NumComps, unsigned NumExprs);
2494 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2499 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2504 return NumComps; in getNumComponents()
2518 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1582 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()