Home
last modified time | relevance | path

Searched refs:StructorType (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftMangle.cpp84 unsigned StructorType; member in __anone68864e50111::MicrosoftCXXNameMangler
104 Structor(0), StructorType(-1), in MicrosoftCXXNameMangler()
112 Structor(getStructor(D)), StructorType(Type), in MicrosoftCXXNameMangler()
553 assert(StructorType == Ctor_Complete && in mangleUnqualifiedName()
563 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1320 StructorType == Dtor_Deleting) { in mangleFunctionType()
DItaniumMangle.cpp203 unsigned StructorType; member in __anon176a4b260111::CXXNameMangler
254 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0), in CXXNameMangler()
262 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler()
266 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type), in CXXNameMangler()
1174 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType)); in mangleUnqualifiedName()
1185 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()