Home
last modified time | relevance | path

Searched refs:createMangleContext (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp398 : MC(Ctx.createMangleContext()), in Implementation()
482 std::unique_ptr<MangleContext> M(Ctx.createMangleContext()); in getAllManglings()
H A DItaniumCXXABI.cpp223 : Mangler(Ctx.createMangleContext()), Context(Ctx) {} in ItaniumCXXABI()
H A DMicrosoftCXXABI.cpp129 Context.createMangleContext(Context.getAuxTargetInfo())); in MicrosoftCXXABI()
H A DExpr.cpp730 MC.reset(Context.createMangleContext()); in ComputeName()
H A DASTContext.cpp11886 MangleContext *ASTContext::createMangleContext(const TargetInfo *T) { in createMangleContext() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h51 : CGM(CGM), MangleCtx(CGM.getContext().createMangleContext()) {} in CGCXXABI()
H A DCGCUDANV.cpp219 return std::unique_ptr<MangleContext>(CGM.getContext().createMangleContext( in InitDeviceMC()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2468 MangleContext *createMangleContext(const TargetInfo *T = nullptr);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp768 m_mangle_ctx_up.reset(getASTContext().createMangleContext()); in getMangleContext()