Searched refs:IsDtor (Results 1 – 2 of 2) sorted by relevance
614 auto checkDeclNoexcept = [&](const Decl *D, bool IsDtor = false) { in checkNoThrow() argument617 if (Sema::canCalleeThrow(S, IsDtor ? nullptr : cast<Expr>(E), D)) { in checkNoThrow()
1721 const bool IsDtor; variable1726 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName()1729 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match()1732 if (IsDtor) in printLeft()