Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h156 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp190 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
3685 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp175 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
6293 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2005 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()