Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h400 bool compileDestructor(const CXXDestructorDecl *Dtor);
H A DCompiler.cpp5992 bool Compiler<Emitter>::compileDestructor(const CXXDestructorDecl *Dtor) { in compileDestructor() function in Compiler
6066 return this->compileDestructor(Dtor); in visitFunc()