Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp602 auto checkDeclNoexcept = [&](const Decl *D, bool IsDtor = false) { in checkNoThrow() argument
605 if (Sema::canCalleeThrow(S, IsDtor ? nullptr : cast<Expr>(E), D)) { in checkNoThrow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1759 const bool IsDtor; variable
1764 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName()
1767 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match()
1770 if (IsDtor) in printLeft()