Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h967 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors() argument
979 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
983 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp471 for (auto Hs : HeaderList) in violatesPrivateInclude() local
473 Hs, [&](const Module::Header &H) { return H.Entry == IncFileEnt; }); in violatesPrivateInclude()