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 48 unsigned StructorType;
64 Structor(0), StructorType(-1),
70 Structor(getStructor(D)), StructorType(Type),
507 assert(StructorType == Ctor_Complete &&
517 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
    [all...]
ItaniumMangle.cpp 177 unsigned StructorType;
228 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
236 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
240 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
    [all...]

Completed in 35 milliseconds