Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1881 unsigned NumComps; variable
1886 return NumComps; in numTrailingObjects()
1896 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
1906 unsigned NumComps, unsigned NumExprs);
1924 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
1929 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
1934 return NumComps; in getNumComponents()
1948 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/external/llvm-project/clang/include/clang/AST/
DExpr.h2381 unsigned NumComps; variable
2386 return NumComps; in numTrailingObjects()
2396 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {} in OffsetOfExpr()
2406 unsigned NumComps, unsigned NumExprs);
2424 assert(Idx < NumComps && "Subscript out of range"); in getComponent()
2429 assert(Idx < NumComps && "Subscript out of range"); in setComponent()
2434 return NumComps; in getNumComponents()
2448 assert(Idx < NumComps && "Subscript out of range"); in setIndexExpr()
/external/clang/lib/AST/
DExpr.cpp1340 NumComps(comps.size()), NumExprs(exprs.size()) in OffsetOfExpr()
/external/llvm-project/clang/lib/AST/
DExpr.cpp1459 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()