Home | History | Annotate | Download | only in AST

Lines Matching refs:Structor

199   /// The "structor" is the top-level declaration being mangled, if
202 const NamedDecl *Structor;
254 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
262 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
266 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1198 if (ND == Structor)
1209 if (ND == Structor)
3628 "Invalid mangleName() call on 'structor decl!");