Home | History | Annotate | Download | only in AST

Lines Matching refs:Structor

173   /// The "structor" is the top-level declaration being mangled, if
176 const NamedDecl *Structor;
228 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
236 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
240 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1151 if (ND == Structor)
1162 if (ND == Structor)
3444 "Invalid mangleName() call on 'structor decl!");