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.h954 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors() argument
966 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
970 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp483 for (auto *Hs : HeaderList) in violatesPrivateInclude() local
485 *Hs, [&](const Module::Header &H) { return H.Entry == IncFileEnt; }); in violatesPrivateInclude()