Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp246 unsigned getCurrentChunkIndex() const { in getCurrentChunkIndex() function in __anonc2847d970111::TypeProcessingState
503 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeObjCPointerTypeAttr()
621 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeFunctionTypeAttr()
808 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature()
7175 auto chunkIdx = State.getCurrentChunkIndex(); in HandleSwiftAttr()
7471 for (unsigned i = state.getCurrentChunkIndex(); i != 0; --i) { in distributeNullabilityTypeAttr()
8962 endIndex = state.getCurrentChunkIndex(); in processTypeAttrs()