Home | History | Annotate | Download | only in Sema

Lines Matching full:destructors

1806     // and prohibits constructors, destructors, operators, non-public member
3476 // destructors.
3741 // have destructors implicitly called.
4491 // operations and destructors can't have default arguments.
4570 // destructors in C++1y), this is checked elsewhere.
5154 // - all the direct [subobjects] have trivial destructors
5387 // Trivial default constructors and destructors cannot have parameters.
5453 // destructors]
5827 // the class has implicitly-declared destructors, among other
6019 // Destructors don't have return types, but the parser will
6072 // "void" as the return type, since destructors don't have return
8313 // Direct base-class destructors.
8325 // Virtual base-class destructors.
8334 // Field destructors.
8382 // destructors is easy to compute.
8447 // destructors.
8453 "Should not ever add destructors of templates into the list.");