Lines Matching full:destructors
8 // - Constructors/Destructors should not be inlined if they are of a complex
14 // should have protected or private destructors.
41 "destructors that are declared protected or private.";
44 "destructors that are declared protected or private.";
47 "destructors should declare their destructor virtual.";
127 // Only check for "heavy" constructors/destructors in header files;
371 // Ignore non-user-declared destructors.
546 // ensure that there are no public destructors in the class hierarchy. This
582 // destructors. This checks for situations involving multiple
607 // Find all public destructors. This will record the class hierarchy