Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp274 void mangleCXXDtorType(CXXDtorType T);
806 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
810 mangleCXXDtorType(Dtor_Base); in mangleUnqualifiedName()
875 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in MicrosoftCXXNameMangler
DItaniumMangle.cpp398 void mangleCXXDtorType(CXXDtorType T);
1063 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1067 mangleCXXDtorType(Dtor_Complete); in mangleUnqualifiedName()
3453 void CXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in CXXNameMangler