Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h167 bool isPseudoDestructor() const { in isPseudoDestructor() function
171 assert(isPseudoDestructor()); in getPseudoDestructorExpr()
H A DCGExpr.cpp4864 if (callee.isPseudoDestructor()) { in EmitCallExpr()