Home | History | Annotate | Download | only in AST

Lines Matching refs:Structor

202   /// The "structor" is the top-level declaration being mangled, if
205 const NamedDecl *Structor;
257 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
265 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
269 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1188 if (ND == Structor)
1199 if (ND == Structor)
3672 "Invalid mangleName() call on 'structor decl!");