Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DJob.cpp364 for (const auto &Ele : RedirectFiles) in Execute() local
365 if (Ele) in Execute()
366 RedirectFilesOptional.push_back(std::optional<StringRef>(*Ele)); in Execute()