Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp428 void mangleCXXDtorType(CXXDtorType T);
1346 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1350 mangleCXXDtorType(Dtor_Base); in mangleUnqualifiedName()
1484 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in MicrosoftCXXNameMangler
H A DItaniumMangle.cpp604 void mangleCXXDtorType(CXXDtorType T);
1734 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1738 mangleCXXDtorType(Dtor_Complete); in mangleUnqualifiedName()
6078 void CXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in CXXNameMangler