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 49 unsigned StructorType;
69 Structor(0), StructorType(-1),
77 Structor(getStructor(D)), StructorType(Type),
517 assert(StructorType == Ctor_Complete &&
527 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
    [all...]
ItaniumMangle.cpp 203 unsigned StructorType;
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),
    [all...]

Completed in 261 milliseconds