Lines Matching refs:MangleContext
36 static void mangleFunctionBlock(MangleContext &Context, in mangleFunctionBlock()
47 void MangleContext::anchor() { } in anchor()
105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName()
139 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
244 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
258 void MangleContext::mangleGlobalBlock(const BlockDecl *BD, in mangleGlobalBlock()
275 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
284 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
293 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock()
329 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, in mangleObjCMethodName()
386 void MangleContext::mangleObjCMethodNameAsSourceName(const ObjCMethodDecl *MD, in mangleObjCMethodNameAsSourceName()
397 std::unique_ptr<MangleContext> MC;
486 std::unique_ptr<MangleContext> M(Ctx.createMangleContext()); in getAllManglings()