Searched refs:Hs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h901 Error handleErrors(Error E, HandlerTs &&... Hs) { argument
913 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...));
917 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp453 for (auto *Hs : HeaderList)
455 std::find_if(Hs->begin(), Hs->end(), [&](const Module::Header &H) {
457 }) != Hs->end();

Completed in 125 milliseconds