Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp176 unsigned getCurrentChunkIndex() const { in getCurrentChunkIndex() function in __anon9acaebf90111::TypeProcessingState
390 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeObjCPointerTypeAttr()
509 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeFunctionTypeAttr()
712 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature()
5716 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeNullabilityTypeAttr()
6346 if (state.getCurrentChunkIndex() > 0 && in processTypeAttrs()
6347 D.getTypeObject(state.getCurrentChunkIndex() - 1).Kind == in processTypeAttrs()
6351 } else if (state.getCurrentChunkIndex() == 0 && in processTypeAttrs()
6358 else if (state.getCurrentChunkIndex() == 0 && in processTypeAttrs()