Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h206 class MicrosoftMangleContext : public MangleContext {
208 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function
268 static MicrosoftMangleContext *create(ASTContext &Context,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp127 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
450 : MicrosoftMangleContext(Context, Diags) { in MicrosoftMangleContextImpl()
3914 MicrosoftMangleContext *
3915 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
H A DASTContext.cpp11073 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp566 MicrosoftMangleContext &getMangleContext() { in getMangleContext()
567 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()
1755 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()