Home | History | Annotate | Download | only in Basic

Lines Matching refs:Arr

358 std::vector<StringRef> makeStringRefVector(const T (&Arr)[N]) {
361 Vec.push_back(Arr[i]);