Lines Matching full:arrayref
559 llvm/ADT/ArrayRef.h562 The ``llvm::ArrayRef`` class is the preferred class to use in an interface that564 taking an ``ArrayRef``, the API can be passed a fixed size array, an882 character and a length, and is quite related to the :ref:`ArrayRef