Searched refs:IsDtor (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1599 const bool IsDtor; variable 1604 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName() 1607 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match() 1610 if (IsDtor) in printLeft()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 1599 const bool IsDtor; variable 1604 : Node(KCtorDtorName), Basename(Basename_), IsDtor(IsDtor_), in CtorDtorName() 1607 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match() 1610 if (IsDtor) in printLeft()
|