Searched refs:IsDtor (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 617 auto checkDeclNoexcept = [&](const Decl *D, bool IsDtor = false) { in checkNoThrow() argument 620 if (Sema::canCalleeThrow(S, IsDtor ? nullptr : cast<Expr>(E), D)) { in checkNoThrow()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1586 const bool IsDtor; variable 1591 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName() 1594 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match() 1597 if (IsDtor) in printLeft()
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 1586 const bool IsDtor; variable 1591 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName() 1594 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match() 1597 if (IsDtor) in printLeft()
|