Lines Matching refs:MangleContext
36 static void mangleFunctionBlock(MangleContext &Context, in mangleFunctionBlock()
47 void MangleContext::anchor() { } in anchor()
107 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName()
141 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName()
236 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
250 void MangleContext::mangleGlobalBlock(const BlockDecl *BD, in mangleGlobalBlock()
267 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
276 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
285 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock()
321 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, in mangleObjCMethodName()
378 void MangleContext::mangleObjCMethodNameAsSourceName(const ObjCMethodDecl *MD, in mangleObjCMethodNameAsSourceName()
389 std::unique_ptr<MangleContext> MC;
478 std::unique_ptr<MangleContext> M(Ctx.createMangleContext()); in getAllManglings()