Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h135 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
/external/clang/lib/AST/
DMicrosoftMangle.cpp153 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
2464 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
DItaniumMangle.cpp167 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
3962 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/external/clang/lib/CodeGen/
DCGException.cpp1502 CGM.getCXXABI().getMangleContext().mangleSEHFilterExpression(Parent, OS); in GenerateSEHFilterFunction()