Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckDestructor

5721 /// CheckDestructor - Checks a fully-formed destructor definition for
5724 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) {
7986 if (CheckDestructor(Destructor) || Trap.hasErrorOccurred()) {