Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2099 unsigned getNumArrayIndices() const { in getNumArrayIndices() function
2106 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()
2110 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()
2114 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in setArrayIndex()
2118 assert(getNumArrayIndices() != 0 && "Getting indexes for non-array init"); in getArrayIndexes()
2120 getNumArrayIndices()); in getArrayIndexes()
/external/clang/lib/CodeGen/
DCGClass.cpp747 if (MemberInit->getNumArrayIndices()) in EmitMemberInitializer()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp495 if (BMI->getNumArrayIndices() > 0) { in ProcessInitializer()
/external/clang/lib/Serialization/
DASTWriter.cpp5442 Record.push_back(Init->getNumArrayIndices()); in AddCXXCtorInitializers()
5443 for (unsigned i=0, e=Init->getNumArrayIndices(); i != e; ++i) in AddCXXCtorInitializers()