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

/external/clang/include/clang/AST/
H A DExpr.h1851 unsigned NumComps; member in class:clang::StringLiteral::OffsetOfExpr
1862 TSInfo(0), NumComps(numComps), NumExprs(numExprs) {}
1872 unsigned NumComps, unsigned NumExprs);
1890 assert(Idx < NumComps && "Subscript out of range");
1895 assert(Idx < NumComps && "Subscript out of range");
1900 return NumComps;
1906 reinterpret_cast<OffsetOfNode *>(this+1) + NumComps)[Idx];
1913 assert(Idx < NumComps && "Subscript out of range");
1915 reinterpret_cast<OffsetOfNode *>(this+1) + NumComps)[Idx] = E;
1933 + NumComps);
[all...]

Completed in 35 milliseconds