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

/external/clang/lib/Sema/
H A DSemaType.cpp169 unsigned getCurrentChunkIndex() const { function in class:__anon18108::TypeProcessingState
375 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) {
491 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) {
686 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1);

Completed in 124 milliseconds