Searched refs:IsDtor (Results 1 – 2 of 2) sorted by relevance
602 auto checkDeclNoexcept = [&](const Decl *D, bool IsDtor = false) { in checkNoThrow() argument605 if (Sema::canCalleeThrow(S, IsDtor ? nullptr : cast<Expr>(E), D)) { in checkNoThrow()
1759 const bool IsDtor; variable1764 : 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()