Home | History | Annotate | Download | only in AST

Lines Matching refs:StructorType

192   unsigned StructorType;
210 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
216 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
763 assert(StructorType == Ctor_Complete &&
773 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
1562 StructorType == Dtor_Deleting) {