Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp571 struct GenDestructor : StructVisitor<GenDestructor>, struct
572 GenFuncBase<GenDestructor>,
573 DestructedTypeVisitor<GenDestructor> {
574 using Super = DestructedTypeVisitor<GenDestructor>; argument
575 GenDestructor(ASTContext &Ctx) : StructVisitor<GenDestructor>(Ctx) {} in GenDestructor() function
854 callSpecialFunction(GenDestructor(getContext()), FuncName, QT, IsVolatile, in callCStructDestructor()