Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h160 virtual void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp204 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
3722 void MicrosoftMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in MicrosoftMangleContextImpl
H A DItaniumMangle.cpp121 void mangleSEHFilterExpression(const NamedDecl *EnclosingDecl,
6433 void ItaniumMangleContextImpl::mangleSEHFilterExpression( in mangleSEHFilterExpression() function in ItaniumMangleContextImpl
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp2012 Mangler.mangleSEHFilterExpression(ParentSEHFn, OS); in startOutlinedSEHHelper()