Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp321 void mangleCXXDtorType(CXXDtorType T);
870 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
874 mangleCXXDtorType(Dtor_Base); in mangleUnqualifiedName()
939 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in MicrosoftCXXNameMangler
DItaniumMangle.cpp545 void mangleCXXDtorType(CXXDtorType T);
1352 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1356 mangleCXXDtorType(Dtor_Complete); in mangleUnqualifiedName()
4030 void CXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in CXXNameMangler