Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckDestructor

6365 /// CheckDestructor - Checks a fully-formed destructor definition for
6368 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) {
8944 if (CheckDestructor(Destructor) || Trap.hasErrorOccurred()) {
12552 CheckDestructor(DD);