Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp183 unsigned getCurrentChunkIndex() const { in getCurrentChunkIndex() function in __anone6ab63c20111::TypeProcessingState
399 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeObjCPointerTypeAttr()
520 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeFunctionTypeAttr()
724 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature()
6027 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeNullabilityTypeAttr()
6708 if (state.getCurrentChunkIndex() > 0 && in processTypeAttrs()
6709 D.getTypeObject(state.getCurrentChunkIndex() - 1).Kind == in processTypeAttrs()
6713 } else if (state.getCurrentChunkIndex() == 0 && in processTypeAttrs()
6720 else if (state.getCurrentChunkIndex() == 0 && in processTypeAttrs()