Searched defs:NumComps (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h1873 unsigned NumComps; member in class:clang::StringLiteral::OffsetOfExpr
1884 TSInfo(nullptr), NumComps(numComps), NumExprs(numExprs) {}
1894 unsigned NumComps, unsigned NumExprs);
1912 assert(Idx < NumComps && "Subscript out of range");
1917 assert(Idx < NumComps && "Subscript out of range");
1922 return NumComps;
1928 reinterpret_cast<OffsetOfNode *>(this+1) + NumComps)[Idx];
1935 assert(Idx < NumComps && "Subscript out of range");
1937 reinterpret_cast<OffsetOfNode *>(this+1) + NumComps)[Idx] = E;
1955 + NumComps);
[all...]

Completed in 39 milliseconds