Lines Matching full:destructor
29 "destructors should declare their destructor virtual.";
38 "[chromium-style] No explicit destructor for %0 defined";
40 "[chromium-style] Public destructor declared here";
42 "[chromium-style] Protected non-virtual destructor declared here";
170 // destructor can be inlined.
239 // The destructor side is equivalent except that we don't check for
240 // trivial members; 20 ints don't need a destructor.
245 "destructor.");
249 "Complex destructor has an inline body.");
500 // Returns true if |base| specifies a class that has a public destructor,
507 // only ones which will result in the destructor potentially being
585 // interface that has a public or implicit destructor.
599 // While RefCountedInterface is "safe", in that its destructor is
609 // that leads to the public destructor in |dtor_paths|.