Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h159 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
3682 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp176 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
6273 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp2005 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()