reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/MicrosoftMangle.cpp
  995         if (StructorType == Ctor_CopyingClosure) {
  999         if (StructorType == Ctor_DefaultClosure) {
 1011         mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
 2192       IsCtorClosure = (StructorType == Ctor_CopyingClosure ||
 2193                        StructorType == Ctor_DefaultClosure) &&
 2218       if (StructorType == Dtor_Deleting) {
 2223       if (StructorType == Dtor_Complete) {
 2233       if (StructorType == Ctor_DefaultClosure) {
 2236       } else if (StructorType == Ctor_CopyingClosure) {
 2343         StructorType == Dtor_Complete) {