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

/external/clang/include/clang/AST/
H A DDeclCXX.h2099 unsigned getNumArrayIndices() const { function in class:clang::CXXCtorInitializer
2106 assert(I < getNumArrayIndices() && "Out of bounds member array index");
2110 assert(I < getNumArrayIndices() && "Out of bounds member array index");
2114 assert(I < getNumArrayIndices() && "Out of bounds member array index");
2118 assert(getNumArrayIndices() != 0 && "Getting indexes for non-array init");
2120 getNumArrayIndices());

Completed in 63 milliseconds