Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2438 unsigned NumComps; variable
2443 return NumComps; in numTrailingObjects()
2453 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2463 unsigned NumComps, unsigned NumExprs);
2481 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2486 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2491 return NumComps; in getNumComponents()
2505 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1606 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()