Searched refs:GenDestructor (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp580 struct GenDestructor : StructVisitor<GenDestructor>, struct in namespace:__anon460
581 GenFuncBase<GenDestructor>,
582 DestructedTypeVisitor<GenDestructor> {
583 using Super = DestructedTypeVisitor<GenDestructor>;
584 GenDestructor(ASTContext &Ctx) : StructVisitor<GenDestructor>(Ctx) {} function in struct:__anon460::GenDestructor
882 callSpecialFunction(GenDestructor(getContext()), FuncName, QT, IsVolatile,
998 return getSpecialFunction(GenDestructor(Ctx), FuncName, QT, IsVolatile,

Completed in 72 milliseconds