Home | History | Annotate | Download | only in AST

Lines Matching full:destructor

1163       // If the named decl is the C++ destructor we're mangling, use the type we
1167 // Otherwise, use the complete destructor name. This is relevant if a
1168 // class with a destructor is declared within a destructor.
3040 // <ctor-dtor-name> ::= D0 # deleting destructor
3041 // ::= D1 # complete object destructor
3042 // ::= D2 # base object destructor
3479 "Use mangleCXXDtor for destructor decls!");