Lines Matching full:destructor
1213 Additionally, check for constructor/destructor style violations as it
1301 # The constructor and destructor will not have those qualifiers.
1319 # Only look for a destructor declaration on the same line. It would
1320 # be extremely unlikely for the destructor declaration to occupy
1330 # Try to detect missing virtual destructor declarations.
1332 # a virtual destructor. This is to make it less likely that people will
1334 # destructor virtual.
1339 'The class %s probably needs a virtual destructor due to '