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()
240 void MangleContext::mangleMSGuidDecl(const MSGuidDecl *GD, raw_ostream &Out) { in mangleMSGuidDecl()
254 void MangleContext::mangleGlobalBlock(const BlockDecl *BD, in mangleGlobalBlock()
271 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
280 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
289 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock()
325 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD, in mangleObjCMethodName()
382 void MangleContext::mangleObjCMethodNameAsSourceName(const ObjCMethodDecl *MD, in mangleObjCMethodNameAsSourceName()
393 std::unique_ptr<MangleContext> MC;
482 std::unique_ptr<MangleContext> M(Ctx.createMangleContext()); in getAllManglings()