Home | History | Annotate | Download | only in AST

Lines Matching refs:Structor

45   /// The "structor" is the top-level declaration being mangled, if
48 const NamedDecl *Structor;
69 Structor(0), StructorType(-1),
77 Structor(getStructor(D)), StructorType(Type),
516 if (ND == Structor) {
524 if (ND == Structor)
1225 // structor type.
1256 if (isa<CXXDestructorDecl>(D) && D == Structor &&
1788 "Invalid mangleName() call on 'structor decl!");