HomeSort by: relevance | last modified time | path
    Searched defs:StructorType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 302 unsigned StructorType;
327 : Context(C), Out(Out_), Structor(nullptr), StructorType(-1),
334 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
341 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
1100 if (StructorType == Ctor_CopyingClosure) {
1104 if (StructorType == Ctor_DefaultClosure) {
1116 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
2523 IsCtorClosure = (StructorType == Ctor_CopyingClosure ||
2524 StructorType == Ctor_DefaultClosure) &&
2549 if (StructorType == Dtor_Deleting)
    [all...]
ItaniumMangle.cpp 267 unsigned StructorType;
431 StructorType(0), SeqID(0), AbiTagsRoot(AbiTags) {
438 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
442 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
447 Structor(Outer.Structor), StructorType(Outer.StructorType),
453 Structor(Outer.Structor), StructorType(Outer.StructorType),
1573 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom);
1592 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
    [all...]

Completed in 21 milliseconds