Home
last modified time | relevance | path

Searched refs:IsDtor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp617 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 DItaniumDemangle.h1599 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 DItaniumDemangle.h1599 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()