HomeSort by relevance Sort by last modified time
    Searched refs:StructorType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
MicrosoftMangle.cpp 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));
    [all...]
ItaniumMangle.cpp 206 unsigned StructorType;
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),
    [all...]

Completed in 39 milliseconds