Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp583 struct GenDestructor : StructVisitor<GenDestructor>, struct
584 GenFuncBase<GenDestructor>,
585 DestructedTypeVisitor<GenDestructor> {
586 using Super = DestructedTypeVisitor<GenDestructor>; argument
587 GenDestructor(ASTContext &Ctx) : StructVisitor<GenDestructor>(Ctx) {} in GenDestructor() argument
885 callSpecialFunction(GenDestructor(getContext()), FuncName, QT, IsVolatile, in callCStructDestructor()
1001 return getSpecialFunction(GenDestructor(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructDestructor()