Home | History | Annotate | Download | only in AST

Lines Matching refs:Structor

188   /// The "structor" is the top-level declaration being mangled, if
191 const NamedDecl *Structor;
210 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
762 if (ND == Structor) {
770 if (ND == Structor)
1519 // structor type.
1561 if (isa<CXXDestructorDecl>(D) && D == Structor &&
2070 "Invalid mangleName() call on 'structor decl!");