Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h137 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
/external/clang/lib/AST/
DMicrosoftMangle.cpp191 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
2779 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
DItaniumMangle.cpp169 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
4576 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/external/clang/lib/CodeGen/
DCGException.cpp1630 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()