Home | History | Annotate | Download | only in AST

Lines Matching refs:MangleContext

39 static void mangleFunctionBlock(MangleContext &Context,
50 void MangleContext::anchor() { }
93 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) {
112 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) {
172 void MangleContext::mangleGlobalBlock(const BlockDecl *BD,
189 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD,
199 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD,
209 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD,
225 // calling the mangleName() method on the MangleContext; is there a
234 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD,