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.h2480 unsigned NumComps; variable
2485 return NumComps; in numTrailingObjects()
2495 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2505 unsigned NumComps, unsigned NumExprs);
2523 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2528 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2533 return NumComps; in getNumComponents()
2547 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1683 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()