Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2124 unsigned NumComps; variable
2129 return NumComps; in numTrailingObjects()
2139 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2149 unsigned NumComps, unsigned NumExprs);
2167 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2172 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2177 return NumComps; in getNumComponents()
2191 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1477 NumComps(comps.size()), NumExprs(exprs.size()) in OffsetOfExpr()