Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp228 unsigned getCurrentChunkIndex() const { in getCurrentChunkIndex() function in __anon632de2cd0111::TypeProcessingState
482 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeObjCPointerTypeAttr()
600 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeFunctionTypeAttr()
786 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature()
7806 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeNullabilityTypeAttr()
8998 endIndex = state.getCurrentChunkIndex(); in processTypeAttrs()