Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp393 void mangleCXXDtorType(CXXDtorType T);
1116 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1120 mangleCXXDtorType(Dtor_Base); in mangleUnqualifiedName()
1248 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in MicrosoftCXXNameMangler
H A DItaniumMangle.cpp600 void mangleCXXDtorType(CXXDtorType T);
1592 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1596 mangleCXXDtorType(Dtor_Complete); in mangleUnqualifiedName()
5131 void CXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in CXXNameMangler