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

/external/clang/lib/Sema/
H A DSemaType.cpp167 unsigned getCurrentChunkIndex() const { function in class:__anon15435::TypeProcessingState
393 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) {
509 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) {
704 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1);

Completed in 84 milliseconds