Searched refs:mangleCXXDtor (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | Mangle.h | 112 virtual void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type,
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 218 mangleCXXDtor(DD, DT, Out); in mangleDtorBlock()
|
D | MicrosoftMangle.cpp | 145 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 2501 void MicrosoftMangleContextImpl::mangleCXXDtor(const CXXDestructorDecl *D, in mangleCXXDtor() function in MicrosoftMangleContextImpl
|
D | ItaniumMangle.cpp | 158 void mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, 3869 void ItaniumMangleContextImpl::mangleCXXDtor(const CXXDestructorDecl *D, in mangleCXXDtor() function in ItaniumMangleContextImpl
|
D | Expr.cpp | 489 MC->mangleCXXDtor(DD, Dtor_Base, Out); in ComputeName()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 568 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out); in getMangledName()
|