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