Home
last modified time | relevance | path

Searched refs:mangleSEHFinallyBlock (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DMangle.h138 virtual void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
/external/clang/lib/AST/
DMicrosoftMangle.cpp155 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
2475 void MicrosoftMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in MicrosoftMangleContextImpl
DItaniumMangle.cpp169 void mangleSEHFinallyBlock(const NamedDecl *EnclosingDecl,
3972 void ItaniumMangleContextImpl::mangleSEHFinallyBlock( in mangleSEHFinallyBlock() function in ItaniumMangleContextImpl
/external/clang/lib/CodeGen/
DCGException.cpp1547 CGM.getCXXABI().getMangleContext().mangleSEHFinallyBlock(Parent, OS); in GenerateSEHFinallyFunction()