Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp407 void mangleCXXDtorType(CXXDtorType T);
1147 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1151 mangleCXXDtorType(Dtor_Base); in mangleUnqualifiedName()
1280 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in MicrosoftCXXNameMangler
H A DItaniumMangle.cpp576 void mangleCXXDtorType(CXXDtorType T);
1645 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType)); in mangleUnqualifiedName()
1649 mangleCXXDtorType(Dtor_Complete); in mangleUnqualifiedName()
5231 void CXXNameMangler::mangleCXXDtorType(CXXDtorType T) { in mangleCXXDtorType() function in CXXNameMangler