Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp375 for (const auto &Ele : RedirectFiles) in Execute() local
376 if (Ele) in Execute()
377 RedirectFilesOptional.push_back(std::optional<StringRef>(*Ele)); in Execute()