Home | History | Annotate | Download | only in docs

Lines Matching full:arrayref

559 llvm/ADT/ArrayRef.h
562 The ``llvm::ArrayRef`` class is the preferred class to use in an interface that
564 taking an ``ArrayRef``, the API can be passed a fixed size array, an
882 character and a length, and is quite related to the :ref:`ArrayRef